Search Results for

    Show / Hide Table of Contents

    Class ShipCutoutBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    ShipCutoutBuilder
    Implements
    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, 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 ShipCutoutBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    ShipCutoutBuilder()

    Declaration
    protected ShipCutoutBuilder()

    Properties

    AngularDim

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

    CoordSystem

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

    KeepCoordSystem

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

    KeepReverseDirection1

    Declaration
    public bool KeepReverseDirection1 { get; set; }
    Property Value
    Type Description
    bool

    KeepReverseDirection2

    Declaration
    public bool KeepReverseDirection2 { get; set; }
    Property Value
    Type Description
    bool

    KeepSelectCSYSFace

    Declaration
    public bool KeepSelectCSYSFace { get; set; }
    Property Value
    Type Description
    bool

    KeepSelectLine1

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

    KeepSelectLine2

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

    KeepSelectTargetFace

    Declaration
    public bool KeepSelectTargetFace { get; set; }
    Property Value
    Type Description
    bool

    LinearOffset1

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

    LinearOffset2

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

    PlacementType

    Declaration
    public ShipCutoutBuilder.CreationMethod PlacementType { get; set; }
    Property Value
    Type Description
    ShipCutoutBuilder.CreationMethod

    ReverseDirection1

    Declaration
    public bool ReverseDirection1 { get; set; }
    Property Value
    Type Description
    bool

    ReverseDirection2

    Declaration
    public bool ReverseDirection2 { get; set; }
    Property Value
    Type Description
    bool

    SelectCSYSFace

    Declaration
    public SelectFace SelectCSYSFace { get; }
    Property Value
    Type Description
    SelectFace

    SelectLine1

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

    SelectLine2

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

    SelectTargetFace

    Declaration
    public SelectNXObject SelectTargetFace { get; }
    Property Value
    Type Description
    SelectNXObject

    SketchBlock

    Declaration
    public SketchExpressionModifierBuilder SketchBlock { get; }
    Property Value
    Type Description
    SketchExpressionModifierBuilder

    Implements

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