Search Results for

    Show / Hide Table of Contents

    Class AssociativeLineBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    AssociativeLineBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    FeatureBuilder.CommitFeature()
    FeatureBuilder.GetFeature()
    FeatureBuilder.SetParentFeatureInternal(Feature)
    FeatureBuilder.UnsetParentFeatureInternal(Feature)
    FeatureBuilder.ShowInternalParentFeatureForEdit(Feature)
    FeatureBuilder.HideInternalParentFeatureAfterEdit(Feature)
    FeatureBuilder.GetPreviewBody()
    FeatureBuilder.ParentFeatureInternal
    FeatureBuilder.PatchSolutionFlag
    FeatureBuilder.PatchSurfaceFilename
    FeatureBuilder.SurroundingPatchSurfaceFilename
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Features
    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
    Type Description
    bool

    EndAngle

    Declaration
    public Expression EndAngle { get; }
    Property Value
    Type Description
    Expression

    EndAtAngle

    Declaration
    public SelectDisplayableObject EndAtAngle { get; }
    Property Value
    Type Description
    SelectDisplayableObject

    EndInferredConstraint

    Declaration
    public SelectObject EndInferredConstraint { get; }
    Property Value
    Type Description
    SelectObject

    EndNormal

    Declaration
    [Obsolete("Deprecated in NX11.0.1.  Use other versions of NXOpen.Features.AssociativeLineBuilder.LineEndNormal.")]
    public SelectDisplayableObject EndNormal { get; }
    Property Value
    Type Description
    SelectDisplayableObject

    EndPoint

    Declaration
    public SelectPoint EndPoint { get; }
    Property Value
    Type Description
    SelectPoint

    EndPointOptions

    Declaration
    public AssociativeLineBuilder.EndOption EndPointOptions { get; set; }
    Property Value
    Type Description
    AssociativeLineBuilder.EndOption

    EndPointReference

    Declaration
    public AssociativeLineBuilder.EndReference EndPointReference { get; set; }
    Property Value
    Type Description
    AssociativeLineBuilder.EndReference

    EndReferenceCsys

    Declaration
    public SelectCartesianCoordinateSystem EndReferenceCsys { get; }
    Property Value
    Type Description
    SelectCartesianCoordinateSystem

    EndTangent

    Declaration
    public SelectICurve EndTangent { get; }
    Property Value
    Type Description
    SelectICurve

    Limits

    Declaration
    public CurveLimitsData Limits { get; }
    Property Value
    Type Description
    CurveLimitsData

    LineEndNormal

    Declaration
    public SelectDisplayableObjectList LineEndNormal { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    LineStartNormal

    Declaration
    public SelectDisplayableObjectList LineStartNormal { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    StartAngle

    Declaration
    public Expression StartAngle { get; }
    Property Value
    Type Description
    Expression

    StartAtAngle

    Declaration
    public SelectDisplayableObject StartAtAngle { get; }
    Property Value
    Type Description
    SelectDisplayableObject

    StartInferredConstraint

    Declaration
    public SelectObject StartInferredConstraint { get; }
    Property Value
    Type Description
    SelectObject

    StartNormal

    Declaration
    [Obsolete("Deprecated in NX11.0.1.  Use other versions of NXOpen.Features.AssociativeLineBuilder.LineStartNormal.")]
    public SelectDisplayableObject StartNormal { get; }
    Property Value
    Type Description
    SelectDisplayableObject

    StartPoint

    Declaration
    public SelectPoint StartPoint { get; }
    Property Value
    Type Description
    SelectPoint

    StartPointOptions

    Declaration
    public AssociativeLineBuilder.StartOption StartPointOptions { get; set; }
    Property Value
    Type Description
    AssociativeLineBuilder.StartOption

    StartPointReference

    Declaration
    public AssociativeLineBuilder.StartReference StartPointReference { get; set; }
    Property Value
    Type Description
    AssociativeLineBuilder.StartReference

    StartReferenceCsys

    Declaration
    public SelectCartesianCoordinateSystem StartReferenceCsys { get; }
    Property Value
    Type Description
    SelectCartesianCoordinateSystem

    StartTangent

    Declaration
    public SelectICurve StartTangent { get; }
    Property Value
    Type Description
    SelectICurve

    SupportPlaneData

    Declaration
    public SupportPlaneData SupportPlaneData { get; }
    Property Value
    Type Description
    SupportPlaneData

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX