CurveBoundary Class

This class represents the boundary geometry (face loops) on a bounded surface. Each face loop consists of four arrays: * 3D curve or position pointers * 2D parameter space curve pointers * 3D orientations * 2D orientations There is a one-to-one correspondence between elements in the arrays, although certain elements of a given array could be NULL, or meaningless. For more information, see OdGeCurveBoundary documentation.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Teigha.RuntimeDisposableWrapper
      Teigha.GeometryCurveBoundary

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public sealed class CurveBoundary : DisposableWrapper, 
        ICloneable

The CurveBoundary type exposes the following members.

Constructors
  Name Description
Public method CurveBoundary Default constructor for the CurveBoundary class.
Public method CurveBoundary(Int32, Curve3d, Curve2d, Boolean, Boolean) Constructor for the CurveBoundary class.
Top
Properties
  Name Description
Public property AutoDelete Property that indicates whether the object should be automatically deleted by the Garbage Collector.
(Inherited from DisposableWrapper)
Public property Contour Property that represents paramaters for the curve boundary.
Public property DegenerateCurve Property that represents paramater curve corresponding to a point to which the boundary degenerates.
Public property DegeneratePosition Property that represents a point to which the boundary degenerates.
Public property IsDegenerate Property that indicates whether the curve boundary degenerates to a single 3D point.
Public property IsDisposed Property that indicates whether pointer to native code unmanaged object == IntPtr::Zero.
(Inherited from DisposableWrapper)
Public property IsOwnerOfCurves Property that indicates whether the curve boundary is the owner of the curve boundary parameters.
Public property NumElements Property that represents the number of elements in the curve boundary.
Public property UnmanagedObject Property that represents a pointer to an unmanaged object.
(Inherited from DisposableWrapper)
Top
Methods
  Name Description
Public method Clone Clones this object.
Public methodStatic member Create Creates a CurveBoundary instance from the unmanaged object pointed by the specified pointer.
Public method CreateObjRef
(Inherited from MarshalByRefObject)
Public method Dispose
(Inherited from DisposableWrapper)
Public method Equals Checks objects for equality.
(Inherited from DisposableWrapper)
Public method GetHashCode Retrieves the object hash code.
(Inherited from DisposableWrapper)
Public method GetLifetimeService
(Inherited from MarshalByRefObject)
Public method GetType
(Inherited from Object)
Public method InitializeLifetimeService
(Inherited from MarshalByRefObject)
Public method Set Sets parameters of the curve boundary.
Public method SetToOwnCurves Makes the curve boundary own the curve data.
Public method ToString
(Inherited from Object)
Top
See Also

©  Bricsys NV. All rights reserved.