Interface ILineDiscretization
Assembly: NXOpen.dll
Syntax
public interface ILineDiscretization : INXObject
Properties
DiscretizationMethod
Declaration
DiscretizationMethod DiscretizationMethod { get; set; }
Property Value
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
NumberOfDiscretizationPoints
Declaration
int NumberOfDiscretizationPoints { get; set; }
Property Value
UseMaxLengthStep
Declaration
bool UseMaxLengthStep { get; set; }
Property Value
UseOriginalNodesOfConnection
Declaration
bool UseOriginalNodesOfConnection { get; set; }
Property Value