BoundaryLoopLoopType
Property
|
Property that represents a loop type.
Available loop types: * LoopType.LoopUnclassified - The loop type
is ambiguous or cannot be determined at this time. *
LoopType.LoopExterior - The loop is on a peripheral boundary. *
LoopType.LoopInterior - The loop represents a hole in the interior
of a face. * LoopType.LoopWinding - The loop is winding on a
conical surface.
Namespace: Teigha.BoundaryRepresentation
Assembly: TD_MgdBrep (in TD_MgdBrep.dll)
Version: 0.0.0.0
Syntax
public LoopType LoopType { get; }
Public ReadOnly Property LoopType As LoopType
Get
public:
property LoopType LoopType {
LoopType get ();
}
member LoopType : LoopType with get
Property Value
LoopType
See Also