Click or drag to resize

MCHandles Class

Represents a helper class which used to draw handles in MeshAnalysis window.
Inheritance Hierarchy
SystemObject
  HightlanderSolutions.MeshCheckerEditorExtension.UtilitiesMCHandles

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.Utilities
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
public static class MCHandles

The MCHandles type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberConeMesh
Gets a cone mesh for handles.
Public propertyStatic memberCubeMesh
Gets a cube mesh for handles.
Public propertyStatic memberCylinderMesh
Gets a cylinder mesh for handles.
Public propertyStatic memberQuadMesh
Gets a quad mesh for handles.
Public propertyStatic memberSphereMesh
Gets a sphere mesh for handles.
Top
Methods
  NameDescription
Public methodStatic memberGetHandleSize
Gets the size of a point which should use handles or other instruments to visualize the point.
Top
See Also