Search Results for

    Show / Hide Table of Contents

    Class EditStockBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    EditStockBuilder
    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 EditStockBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    EditStockBuilder()

    Declaration
    protected EditStockBuilder()

    Properties

    BuiltUpPillarStock

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

    EndCapThickness

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

    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

    EndTreatment

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

    MountingMethod

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

    Offset

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

    OrientationAngle

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Orientation angle can only be modified on the full profile system itself.")]
    public Expression OrientationAngle { get; }
    Property Value
    Type Description
    Expression

    OrientationAnglePillar

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

    OrientationLinePillar

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

    OrientationMethod

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Orientation method can only be modified on the full profile system itself.")]
    public StiffenerSystemBuilder.OrientationMethods OrientationMethod { get; set; }
    Property Value
    Type Description
    StiffenerSystemBuilder.OrientationMethods

    OrientationVector

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Orientation vector can only be modified on the full profile system itself.")]
    public Direction OrientationVector { get; set; }
    Property Value
    Type Description
    Direction

    PillarStock

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

    PlateStock

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

    Reverse

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

    SectionType

    Declaration
    public PillarSystemBuilder.StockSectionType SectionType { get; set; }
    Property Value
    Type Description
    PillarSystemBuilder.StockSectionType

    ShipStructure

    Declaration
    public SelectTaggedObjectList ShipStructure { get; }
    Property Value
    Type Description
    SelectTaggedObjectList

    StartCapThickness

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

    StartEndCut

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

    StartTreatment

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

    StiffenerStock

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

    Tightness

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

    Methods

    SetPillarDirection(Direction)

    Declaration
    public void SetPillarDirection(Direction direction)
    Parameters
    Type Name Description
    Direction direction

    UpdateStockInformation(NXObject)

    Declaration
    public void UpdateStockInformation(NXObject shipStructure)
    Parameters
    Type Name Description
    NXObject shipStructure

    Implements

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