Search Results for

    Show / Hide Table of Contents

    Class SteelSupportBuilder

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

    Constructors

    SteelSupportBuilder()

    Declaration
    protected SteelSupportBuilder()

    Properties

    AngularDim

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

    AttributeMaterial

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

    AttributeName

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

    CoordSystem

    Declaration
    public CoordinateSystem CoordSystem { get; set; }
    Property Value
    Type Description
    CoordinateSystem

    EndCapSize

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

    EndCapThickness

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

    EndCapType

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

    EndOffset

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

    EndPlane

    Declaration
    public Plane EndPlane { get; set; }
    Property Value
    Type Description
    Plane

    KeepCoordSystem

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

    KeepEndPlane

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

    KeepReverseEndOffset

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

    KeepReverseLine1Offset

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

    KeepReverseLine2Offset

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

    KeepReverseStartOffset

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

    KeepSelectGuideCurve

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

    KeepSelectLine1

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

    KeepSelectLine2

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

    KeepSelectOrientationLine

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

    KeepStartPlane

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

    Line1Offset

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

    Line2Offset

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

    PlacementMethod

    Declaration
    public SteelSupportBuilder.CreationMethod PlacementMethod { get; set; }
    Property Value
    Type Description
    SteelSupportBuilder.CreationMethod

    ReverseEndOffset

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

    ReverseLine1Offset

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

    ReverseLine2Offset

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

    ReverseStartOffset

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

    SelectGuideCurve

    Declaration
    public SelectTaggedObject SelectGuideCurve { get; }
    Property Value
    Type Description
    SelectTaggedObject

    SelectLine1

    Declaration
    public SelectTaggedObject SelectLine1 { get; }
    Property Value
    Type Description
    SelectTaggedObject

    SelectLine2

    Declaration
    public SelectTaggedObject SelectLine2 { get; }
    Property Value
    Type Description
    SelectTaggedObject

    SelectOrientationLine

    Declaration
    public SelectTaggedObject SelectOrientationLine { get; }
    Property Value
    Type Description
    SelectTaggedObject

    StartCapSize

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

    StartCapThickness

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

    StartCapType

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

    StartOffset

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

    StartPlane

    Declaration
    public Plane StartPlane { get; set; }
    Property Value
    Type Description
    Plane

    SupportCapOptions

    Declaration
    public SteelSupportBuilder.CapOptions SupportCapOptions { get; set; }
    Property Value
    Type Description
    SteelSupportBuilder.CapOptions

    SupportSize

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

    SupportType

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

    Methods

    GetAvailableAttributeMaterials()

    Declaration
    public string[] GetAvailableAttributeMaterials()
    Returns
    Type Description
    System.String[]

    GetAvailableAttributeNames()

    Declaration
    public string[] GetAvailableAttributeNames()
    Returns
    Type Description
    System.String[]

    GetAvailableCapTypes()

    Declaration
    public string[] GetAvailableCapTypes()
    Returns
    Type Description
    System.String[]

    GetAvailableEndCapSizes()

    Declaration
    public string[] GetAvailableEndCapSizes()
    Returns
    Type Description
    System.String[]

    GetAvailableStartCapSizes()

    Declaration
    public string[] GetAvailableStartCapSizes()
    Returns
    Type Description
    System.String[]

    GetAvailableSupportSizes()

    Declaration
    public string[] GetAvailableSupportSizes()
    Returns
    Type Description
    System.String[]

    GetAvailableSupportTypes()

    Declaration
    public string[] GetAvailableSupportTypes()
    Returns
    Type Description
    System.String[]

    Implements

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