Class LineComponent
Inheritance
LineComponent
Assembly: NXOpen.dll
Syntax
public class LineComponent : TransientObject, IMessageSink, IDisposable
Constructors
LineComponent(nint)
Declaration
protected LineComponent(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
EndPoint
Declaration
public Point3d EndPoint { get; }
Property Value
Index
Declaration
public int Index { get; }
Property Value
StartPoint
Declaration
public Point3d StartPoint { get; }
Property Value
Type
Declaration
public LineComponent.LineType Type { get; }
Property Value
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
Implements
System.Runtime.Remoting.Messaging.IMessageSink