Search Results for

    Show / Hide Table of Contents

    Class ShipCutoutBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    ShipCutoutBuilder
    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.ParentFeatureInternal
    FeatureBuilder.PatchSolutionFlag
    FeatureBuilder.PatchSurfaceFilename
    FeatureBuilder.SurroundingPatchSurfaceFilename
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    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 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
    System.Boolean

    KeepReverseDirection1

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

    KeepReverseDirection2

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

    KeepSelectCSYSFace

    Declaration
    public bool KeepSelectCSYSFace { 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

    KeepSelectTargetFace

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

    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
    System.Boolean

    ReverseDirection2

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

    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