Mesh2dControl Class

This interface class represents 2D mesh controls. It defines specific functions used to set controls for generating 2D meshes.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Teigha.RuntimeDisposableWrapper
      Teigha.BoundaryRepresentationMeshControl
        Teigha.BoundaryRepresentationMesh2dControl

Namespace: Teigha.BoundaryRepresentation
Assembly: TD_MgdBrep (in TD_MgdBrep.dll) Version: 0.0.0.0
Syntax
public sealed class Mesh2dControl : MeshControl

The Mesh2dControl type exposes the following members.

Constructors
  Name Description
Public method Mesh2dControl Default constructor for the Mesh2dControl class.
Top
Properties
  Name Description
Public property AngleTolerance Property that represents the maximum angle tolerance between normals of any two nodes in the mesh element.
(Inherited from MeshControl)
Public property AutoDelete Property that indicates whether the object should be automatically deleted by the Garbage Collector.
(Inherited from DisposableWrapper)
Public property DistanceTolerance Property that represents the maximum distance tolerance in world coordinates between the original geometry and the mesh element.
(Inherited from MeshControl)
Public property ElementShape Property that represents the element shape criteria.
Public property IsDisposed Property that indicates whether pointer to native code unmanaged object == IntPtr::Zero.
(Inherited from DisposableWrapper)
Public property MaxAspectRatio Property that represents the maximum aspect ratio between width and height for a 2D mesh element.
Public property MaxNodeSpacing Property that represents the maximum spacing between nodes in world coordinates.
(Inherited from MeshControl)
Public property MaxSubdivisions Property that represents the maximum number of subdivisions.
(Inherited from MeshControl)
Public property UnmanagedObject Property that represents a pointer to an unmanaged object.
(Inherited from DisposableWrapper)
Top
Methods
  Name Description
Public method CreateObjRef
(Inherited from MarshalByRefObject)
Public method Dispose
(Inherited from DisposableWrapper)
Public method Equals Property that indicates whether content of other mesh control object is equal to content of this mesh control object.
(Inherited from MeshControl)
Public method GetHashCode Property that represents an integer identifier that is the object's hash code.
(Inherited from MeshControl)
Public method GetLifetimeService
(Inherited from MarshalByRefObject)
Public method GetType
(Inherited from Object)
Public method InitializeLifetimeService
(Inherited from MarshalByRefObject)
Public method ToString
(Inherited from Object)
Top
See Also

©  Bricsys NV. All rights reserved.