Interface ILineDiscretization
Assembly: NXOpen.dll
Syntax
public interface ILineDiscretization : INXObject
Properties
DistanceFromStart
Declaration
Expression DistanceFromStart { get; }
Property Value
DistanceToEnd
Declaration
Expression DistanceToEnd { get; }
Property Value
LengthStep
Declaration
Expression LengthStep { get; }
Property Value
MaxLengthStep
Declaration
Expression MaxLengthStep { get; }
Property Value
UseMaxLengthStep
Declaration
bool UseMaxLengthStep { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UseOriginalNodesOfConnection
Declaration
bool UseOriginalNodesOfConnection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|