Search Results for

    Show / Hide Table of Contents

    Class SplitProfilePlateBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SplitProfilePlateBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    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 SplitProfilePlateBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    SplitProfilePlateBuilder()

    Declaration
    protected SplitProfilePlateBuilder()

    Properties

    ApplyEndCut

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

    BuiltUpOffset

    Declaration
    public BuiltUpOffsetBuilder BuiltUpOffset { get; }
    Property Value
    Type Description
    BuiltUpOffsetBuilder

    DistanceTolerance

    Declaration
    public double DistanceTolerance { get; set; }
    Property Value
    Type Description
    System.Double

    DoTrimWithoutCopy

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

    ReverseDirection

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

    SplitDirectionOption

    Declaration
    public SplitProfilePlateBuilder.SplitDirectionOptionType SplitDirectionOption { get; set; }
    Property Value
    Type Description
    SplitProfilePlateBuilder.SplitDirectionOptionType

    TargetBuiltUps

    Declaration
    public SelectNXObjectList TargetBuiltUps { get; }
    Property Value
    Type Description
    SelectNXObjectList

    TargetProfileOrPlates

    Declaration
    public SelectNXObjectList TargetProfileOrPlates { get; }
    Property Value
    Type Description
    SelectNXObjectList

    TargetType

    Declaration
    public SplitProfilePlateBuilder.ProfileType TargetType { get; set; }
    Property Value
    Type Description
    SplitProfilePlateBuilder.ProfileType

    ToolBodies

    Declaration
    public SelectBodyList ToolBodies { get; }
    Property Value
    Type Description
    SelectBodyList

    ToolCurves

    Declaration
    public SelectNXObjectList ToolCurves { get; }
    Property Value
    Type Description
    SelectNXObjectList

    ToolCurvesSection

    Declaration
    public Section ToolCurvesSection { get; }
    Property Value
    Type Description
    Section

    ToolFaces

    Declaration
    public SelectNXObjectList ToolFaces { get; }
    Property Value
    Type Description
    SelectNXObjectList

    ToolNewPlane

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

    ToolOption

    Declaration
    public SplitProfilePlateBuilder.ToolOptionType ToolOption { get; set; }
    Property Value
    Type Description
    SplitProfilePlateBuilder.ToolOptionType

    ToolVector

    Declaration
    public Direction ToolVector { get; set; }
    Property Value
    Type Description
    Direction

    TrimDirection

    Declaration
    public Vector3d TrimDirection { get; set; }
    Property Value
    Type Description
    Vector3d

    Implements

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