Search Results for

    Show / Hide Table of Contents

    Class SubSystemBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    FeatureParmsBuilder
    SubSystemBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    FeatureParmsBuilder.CreatePlaneForList()
    FeatureParmsBuilder.AngleTolerance
    FeatureParmsBuilder.DistanceTolerance
    FeatureParmsBuilder.OrientationAngleRule
    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 SubSystemBuilder : FeatureParmsBuilder, IMessageSink, IComponentBuilder

    Constructors

    SubSystemBuilder()

    Declaration
    protected SubSystemBuilder()

    Properties

    EndCutEnd

    Declaration
    public StiffenerSystemBuilder.EndCutTypes EndCutEnd { get; set; }
    Property Value
    Type Description
    StiffenerSystemBuilder.EndCutTypes

    EndCutStart

    Declaration
    public StiffenerSystemBuilder.EndCutTypes EndCutStart { get; set; }
    Property Value
    Type Description
    StiffenerSystemBuilder.EndCutTypes

    EndEndCut

    Declaration
    public EndCutBuilder EndEndCut { get; }
    Property Value
    Type Description
    EndCutBuilder

    EndEndCutChanged

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

    EndPillarTreatment

    Declaration
    public PillarTreatmentBlockBuilder EndPillarTreatment { get; }
    Property Value
    Type Description
    PillarTreatmentBlockBuilder

    MountingMethod

    Declaration
    public StiffenerSystemBuilder.MountingMethods MountingMethod { get; set; }
    Property Value
    Type Description
    StiffenerSystemBuilder.MountingMethods

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Offset

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

    OrientationAngle

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

    OrientationLinePillar

    Declaration
    public SelectCurve OrientationLinePillar { get; }
    Property Value
    Type Description
    SelectCurve

    OrientationMethod

    Declaration
    public StiffenerSystemBuilder.OrientationMethods OrientationMethod { get; set; }
    Property Value
    Type Description
    StiffenerSystemBuilder.OrientationMethods

    OrientationVector

    Declaration
    public Direction OrientationVector { get; set; }
    Property Value
    Type Description
    Direction

    PillarStockData

    Declaration
    public SteelFeatureSpreadsheetBuilder PillarStockData { get; }
    Property Value
    Type Description
    SteelFeatureSpreadsheetBuilder

    PlateStockData

    Declaration
    public PlateStockBuilder PlateStockData { get; }
    Property Value
    Type Description
    PlateStockBuilder

    ProfileStockData

    Declaration
    public StiffenerStockBuilder ProfileStockData { get; }
    Property Value
    Type Description
    StiffenerStockBuilder

    Reverse

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

    StartEndCut

    Declaration
    public EndCutBuilder StartEndCut { get; }
    Property Value
    Type Description
    EndCutBuilder

    StartEndCutChanged

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

    StartPillarTreatment

    Declaration
    public PillarTreatmentBlockBuilder StartPillarTreatment { get; }
    Property Value
    Type Description
    PillarTreatmentBlockBuilder

    SubSystem

    Declaration
    public SelectNXObjectList SubSystem { get; }
    Property Value
    Type Description
    SelectNXObjectList

    Tightness

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

    Implements

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