Class AssociativeLineBuilder
Inheritance
AssociativeLineBuilder
Assembly: NXOpen.dll
Syntax
public class AssociativeLineBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
AssociativeLineBuilder()
Declaration
protected AssociativeLineBuilder()
Properties
Associative
Declaration
public bool Associative { get; set; }
Property Value
EndAngle
Declaration
public Expression EndAngle { get; }
Property Value
EndAtAngle
Declaration
public SelectDisplayableObject EndAtAngle { get; }
Property Value
EndInferredConstraint
Declaration
public SelectObject EndInferredConstraint { get; }
Property Value
EndNormal
Declaration
[Obsolete("Deprecated in NX11.0.1. Use other versions of NXOpen.Features.AssociativeLineBuilder.LineEndNormal.")]
public SelectDisplayableObject EndNormal { get; }
Property Value
EndPoint
Declaration
public SelectPoint EndPoint { get; }
Property Value
EndPointOptions
Declaration
public AssociativeLineBuilder.EndOption EndPointOptions { get; set; }
Property Value
EndPointReference
Declaration
public AssociativeLineBuilder.EndReference EndPointReference { get; set; }
Property Value
EndReferenceCsys
Declaration
public SelectCartesianCoordinateSystem EndReferenceCsys { get; }
Property Value
EndTangent
Declaration
public SelectICurve EndTangent { get; }
Property Value
Limits
Declaration
public CurveLimitsData Limits { get; }
Property Value
LineEndNormal
Declaration
public SelectDisplayableObjectList LineEndNormal { get; }
Property Value
LineStartNormal
Declaration
public SelectDisplayableObjectList LineStartNormal { get; }
Property Value
StartAngle
Declaration
public Expression StartAngle { get; }
Property Value
StartAtAngle
Declaration
public SelectDisplayableObject StartAtAngle { get; }
Property Value
StartInferredConstraint
Declaration
public SelectObject StartInferredConstraint { get; }
Property Value
StartNormal
Declaration
[Obsolete("Deprecated in NX11.0.1. Use other versions of NXOpen.Features.AssociativeLineBuilder.LineStartNormal.")]
public SelectDisplayableObject StartNormal { get; }
Property Value
StartPoint
Declaration
public SelectPoint StartPoint { get; }
Property Value
StartPointOptions
Declaration
public AssociativeLineBuilder.StartOption StartPointOptions { get; set; }
Property Value
StartPointReference
Declaration
public AssociativeLineBuilder.StartReference StartPointReference { get; set; }
Property Value
StartReferenceCsys
Declaration
public SelectCartesianCoordinateSystem StartReferenceCsys { get; }
Property Value
StartTangent
Declaration
public SelectICurve StartTangent { get; }
Property Value
SupportPlaneData
Declaration
public SupportPlaneData SupportPlaneData { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink