Search Results for

    Show / Hide Table of Contents

    Class PlatePreparationBuilder

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

    Constructors

    PlatePreparationBuilder()

    Declaration
    protected PlatePreparationBuilder()

    Properties

    AngleTolerance

    Declaration
    public double AngleTolerance { get; set; }
    Property Value
    Type Description
    double

    CalculationMethod

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

    CoordinateSystem

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

    DistanceTolerance

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

    Length

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

    Width

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

    XCount

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

    XDirectionType

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

    XWidth

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

    YCount

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

    YWidth

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

    Methods

    AddPart(string)

    Declaration
    public void AddPart(string partName)
    Parameters
    Type Name Description
    string partName

    RemovePart(string)

    Declaration
    public void RemovePart(string partName)
    Parameters
    Type Name Description
    string partName

    Implements

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