CanCreateMesh Property

Summary

Gets the value that indicates whether or not you can create a mesh.

Syntax
C#
VB
C++
public static bool CanCreateMesh { get; } 
  
Public Shared ReadOnly Property CanCreateMesh As Boolean 
public: 
static property bool CanCreateMesh { 
   bool get(); 
} 

Property Value

true if a mesh can be created; otherwise, false.

Remarks

You can create only one mesh at a time. If a mesh already exists, this property will return false.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly