Search Results for

    Show / Hide Table of Contents

    Class PlateBuilder

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

    Constructors

    PlateBuilder()

    Declaration
    protected PlateBuilder()

    Properties

    AdoptionBodies

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

    AdoptionBodiesMoldFace

    Declaration
    public ScCollector AdoptionBodiesMoldFace { get; }
    Property Value
    Type Description
    ScCollector

    BodyBoundary

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

    CurveBoundary

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

    DistanceTolerance

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

    FacePlaneBoundary

    Declaration
    public ExpressionCollectorSetList FacePlaneBoundary { get; }
    Property Value
    Type Description
    ExpressionCollectorSetList

    FlipDirection

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

    MergeRegions

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

    MoldFace

    Declaration
    public ScCollector MoldFace { get; }
    Property Value
    Type Description
    ScCollector

    MoldFaceOffset

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

    MoldFacePlane

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

    MoldFacePlaneValid

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

    PlaneBoundaryList

    Declaration
    public PlaneListBuilderList PlaneBoundaryList { get; }
    Property Value
    Type Description
    PlaneListBuilderList

    PlateBoundaryOptionList

    Declaration
    public PlateBoundaryOptionBuilderList PlateBoundaryOptionList { get; }
    Property Value
    Type Description
    PlateBoundaryOptionBuilderList

    PlateStock

    Declaration
    public PlateStockBuilder PlateStock { get; }
    Property Value
    Type Description
    PlateStockBuilder

    ProjectDirection

    Declaration
    public ProjectionOptions ProjectDirection { get; }
    Property Value
    Type Description
    ProjectionOptions

    RegionOption

    Declaration
    public PlateBuilder.RegionOptions RegionOption { get; set; }
    Property Value
    Type Description
    PlateBuilder.RegionOptions

    RegionPoint

    Declaration
    public Point3d RegionPoint { get; set; }
    Property Value
    Type Description
    Point3d

    Regions

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

    ShipNames

    Declaration
    public ShipNamesBuilder ShipNames { get; }
    Property Value
    Type Description
    ShipNamesBuilder

    SplitKnuckleEdges

    Declaration
    public SelectEdgeList SplitKnuckleEdges { get; }
    Property Value
    Type Description
    SelectEdgeList

    Tightness

    Declaration
    public PlateBuilder.TightnessOptions Tightness { get; set; }
    Property Value
    Type Description
    PlateBuilder.TightnessOptions

    Type

    Declaration
    public PlateBuilder.Types Type { get; set; }
    Property Value
    Type Description
    PlateBuilder.Types

    Methods

    AddMergeRegionPoint(Point3d)

    Declaration
    public void AddMergeRegionPoint(Point3d regionPoint)
    Parameters
    Type Name Description
    Point3d regionPoint

    AddRegionPoint(Point3d)

    Declaration
    public void AddRegionPoint(Point3d regionPoint)
    Parameters
    Type Name Description
    Point3d regionPoint

    CreateMoldFacePlane(Plane)

    Declaration
    public Plane CreateMoldFacePlane(Plane moldFacePlane)
    Parameters
    Type Name Description
    Plane moldFacePlane
    Returns
    Type Description
    Plane

    CreatePlaneForList()

    Declaration
    public PlatePlaneListBuilder CreatePlaneForList()
    Returns
    Type Description
    PlatePlaneListBuilder

    CreatePlateBoundaryOptionBuilder()

    Declaration
    public PlateBoundaryOptionBuilder CreatePlateBoundaryOptionBuilder()
    Returns
    Type Description
    PlateBoundaryOptionBuilder

    CreateRegions()

    Declaration
    public Body[] CreateRegions()
    Returns
    Type Description
    Body[]

    DeleteRegions()

    Declaration
    public void DeleteRegions()

    GetMultipleRegionPoints()

    Declaration
    public Point3d[] GetMultipleRegionPoints()
    Returns
    Type Description
    Point3d[]

    GetPlateBoundaryTrimType(Int32)

    Declaration
    public PlateBoundaryOptionBuilder.TrimTypes GetPlateBoundaryTrimType(int nItem)
    Parameters
    Type Name Description
    System.Int32 nItem
    Returns
    Type Description
    PlateBoundaryOptionBuilder.TrimTypes

    GetShowMigratedBody()

    Declaration
    public bool GetShowMigratedBody()
    Returns
    Type Description
    System.Boolean

    MapRegionToRegionPoint(String, Point3d)

    Declaration
    public void MapRegionToRegionPoint(string plateRegionString, Point3d regionPoint)
    Parameters
    Type Name Description
    System.String plateRegionString
    Point3d regionPoint

    RemoveAllRegionPoints()

    Declaration
    public void RemoveAllRegionPoints()

    RemoveMergeRegionPoint(Point3d)

    Declaration
    public void RemoveMergeRegionPoint(Point3d regionPoint)
    Parameters
    Type Name Description
    Point3d regionPoint

    RemoveRegionPoint(Point3d)

    Declaration
    public void RemoveRegionPoint(Point3d regionPoint)
    Parameters
    Type Name Description
    Point3d regionPoint

    SetKnuckleEdges(Edge[])

    Declaration
    public void SetKnuckleEdges(Edge[] knuckleEdges)
    Parameters
    Type Name Description
    Edge[] knuckleEdges

    SetPlateBoundaryTrimType(Int32, PlateBoundaryOptionBuilder.TrimTypes)

    Declaration
    public void SetPlateBoundaryTrimType(int nItem, PlateBoundaryOptionBuilder.TrimTypes type)
    Parameters
    Type Name Description
    System.Int32 nItem
    PlateBoundaryOptionBuilder.TrimTypes type

    SetShowMigratedBody(Boolean)

    Declaration
    public void SetShowMigratedBody(bool showMigratedBody)
    Parameters
    Type Name Description
    System.Boolean showMigratedBody

    UpdatePlateBoundaryOptionList(PlateBoundaryOptionBuilder.BoundaryTypes)

    Declaration
    public void UpdatePlateBoundaryOptionList(PlateBoundaryOptionBuilder.BoundaryTypes type)
    Parameters
    Type Name Description
    PlateBoundaryOptionBuilder.BoundaryTypes type

    Implements

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