Search Results for

    Show / Hide Table of Contents

    Class TraceLinesBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    TraceLinesBuilder
    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.ShipDesign
    Assembly: NXOpen.dll
    Syntax
    public class TraceLinesBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    TraceLinesBuilder()

    Declaration
    protected TraceLinesBuilder()

    Properties

    Associative

    Declaration
    public bool Associative { get; set; }
    Property Value
    Type Description
    System.Boolean

    CurveCount

    Declaration
    public int CurveCount { get; set; }
    Property Value
    Type Description
    System.Int32

    DatumPlanes

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

    Direction

    Declaration
    public bool Direction { get; set; }
    Property Value
    Type Description
    System.Boolean

    EndCurve

    Declaration
    public Section EndCurve { get; }
    Property Value
    Type Description
    Section

    Offset

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

    OffsetCurveCount

    Declaration
    public int OffsetCurveCount { get; set; }
    Property Value
    Type Description
    System.Int32

    OffsetType

    Declaration
    public TraceLinesBuilder.TraceLineType OffsetType { get; set; }
    Property Value
    Type Description
    TraceLinesBuilder.TraceLineType

    PlacementFace

    Declaration
    public ScCollector PlacementFace { get; }
    Property Value
    Type Description
    ScCollector

    ReferenceCurve

    Declaration
    public Section ReferenceCurve { get; }
    Property Value
    Type Description
    Section

    StartCurve

    Declaration
    public Section StartCurve { get; }
    Property Value
    Type Description
    Section

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX