CurveBoundaryData Structure

This class encapsulates data that is used for curve boundaries.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Teigha.GeometryCurveBoundaryData

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public struct CurveBoundaryData

The CurveBoundaryData type exposes the following members.

Properties
  Name Description
Public property Orientation2d Property that indicates orientation for each 2D curve element (regular or revesed).
Public property Orientation3d Property that indicates orientation for each 3D curve element (regular or revesed).
Top
Methods
  Name Description
Public method Equals Checks objects for equality.
(Overrides ValueTypeEquals(Object))
Public method GetCurve2ds Gets an array of 2D curves of each element in the curve boundary.
Public method GetCurve3ds Gets an array of 3D curves of each element in the curve boundary.
Public method GetHashCode Retrieves the object hash code.
(Overrides ValueTypeGetHashCode)
Public method GetType
(Inherited from Object)
Public method IsEqualTo Checks whether the passed object is equal to this object.
Public method ToString
(Inherited from ValueType)
Top
Operators
  Name Description
Public operatorStatic member Equality(CurveBoundaryData, CurveBoundaryData) Equality operator for the CurveBoundaryData class. Checks whether the passed objects are equal.
Public operatorStatic member Inequality(CurveBoundaryData, CurveBoundaryData) Inequality operator for the CurveBoundaryData class. Checks whether the passed objects are not equal.
Top
See Also

©  Bricsys NV. All rights reserved.