Search Results for

    Show / Hide Table of Contents

    Class StiffenerStockBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    StiffenerStockBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    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.ShipDesign
    Assembly: NXOpen.dll
    Syntax
    public class StiffenerStockBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    StiffenerStockBuilder()

    Declaration
    protected StiffenerStockBuilder()

    Properties

    AnchorPoint

    Declaration
    public int AnchorPoint { get; set; }
    Property Value
    Type Description
    int

    BuiltUpStockData

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

    PlateHeight

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

    PlateStockData

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

    ProfileStockData

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

    SectionType

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

    Methods

    GetAvailableAnchorPointNames()

    Declaration
    public string[] GetAvailableAnchorPointNames()
    Returns
    Type Description
    string[]

    PopulateAnchorPointList()

    Declaration
    public void PopulateAnchorPointList()

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

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