Search Results for

    Show / Hide Table of Contents

    Class AssociativeLineBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    AssociativeLineBuilder
    Implements
    System.Runtime.Remoting.Messaging.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, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    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
    System.Boolean

    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