MeshControl Class

This is a base class for mesh controls.
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 abstract class MeshControl : DisposableWrapper

The MeshControl type exposes the following members.

Properties
  Name Description
Public property AngleTolerance Property that represents the maximum angle tolerance between normals of any two nodes in the mesh element.
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.
Public property IsDisposed Property that indicates whether pointer to native code unmanaged object == IntPtr::Zero.
(Inherited from DisposableWrapper)
Public property MaxNodeSpacing Property that represents the maximum spacing between nodes in world coordinates.
Public property MaxSubdivisions Property that represents the maximum number of subdivisions.
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)
Protected method DeleteUnmanagedObject
(Overrides DisposableWrapperDeleteUnmanagedObject)
Public method Dispose
(Inherited from DisposableWrapper)
Protected method Dispose(Boolean)
(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.
(Overrides DisposableWrapperEquals(Object))
Protected method Finalize
(Inherited from DisposableWrapper)
Public method GetHashCode Property that represents an integer identifier that is the object's hash code.
(Overrides DisposableWrapperGetHashCode)
Public method GetLifetimeService
(Inherited from MarshalByRefObject)
Public method GetType
(Inherited from Object)
Public method InitializeLifetimeService
(Inherited from MarshalByRefObject)
Protected method MemberwiseClone
(Inherited from Object)
Protected method MemberwiseClone(Boolean)
(Inherited from MarshalByRefObject)
Public method ToString
(Inherited from Object)
Top
See Also

©  Bricsys NV. All rights reserved.