Search Results for

    Show / Hide Table of Contents

    Class ShipPreparationBuilder

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

    Constructors

    ShipPreparationBuilder()

    Declaration
    protected ShipPreparationBuilder()

    Properties

    BlendRadius

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

    BoundaryObjects

    Declaration
    public SelectDisplayableObjectList BoundaryObjects { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    DistanceTolerance

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

    HoleDiameter

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

    RemoveBlends

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

    RemoveOpenings

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

    ShipComponents

    Declaration
    public SelectDisplayableObjectList ShipComponents { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    Methods

    AssignMeshAttributes(ShipPreparationInfo)

    Declaration
    public void AssignMeshAttributes(ShipPreparationInfo data)
    Parameters
    Type Name Description
    ShipPreparationInfo data

    CacheCaePrepareComponent(Component)

    Declaration
    public void CacheCaePrepareComponent(Component component)
    Parameters
    Type Name Description
    Component component

    ConvertSeamCurves(out ShipPreparationInfo[])

    Declaration
    public void ConvertSeamCurves(out ShipPreparationInfo[] data)
    Parameters
    Type Name Description
    ShipPreparationInfo[] data

    CreateBasicDesignData()

    Declaration
    public ShipPreparationInfo CreateBasicDesignData()
    Returns
    Type Description
    ShipPreparationInfo

    CreateUpdateDivide(ShipPreparationInfo)

    Declaration
    public void CreateUpdateDivide(ShipPreparationInfo data)
    Parameters
    Type Name Description
    ShipPreparationInfo data

    FinalizeProcessing()

    Declaration
    public void FinalizeProcessing()

    FindBasicDesignData(Component[], out ShipPreparationInfo[])

    Declaration
    public void FindBasicDesignData(Component[] components, out ShipPreparationInfo[] data)
    Parameters
    Type Name Description
    Component[] components
    ShipPreparationInfo[] data

    FindShipComponents(out Component[], out Boolean[])

    Declaration
    public void FindShipComponents(out Component[] components, out bool[] componentsProcessed)
    Parameters
    Type Name Description
    Component[] components
    System.Boolean[] componentsProcessed

    GetPairedEdge(Edge)

    Declaration
    public Edge GetPairedEdge(Edge inEdge)
    Parameters
    Type Name Description
    Edge inEdge
    Returns
    Type Description
    Edge

    SetEdgePair(Edge, Edge)

    Declaration
    public void SetEdgePair(Edge edge1, Edge edge2)
    Parameters
    Type Name Description
    Edge edge1
    Edge edge2

    UpdateEdgePairing()

    Declaration
    public void UpdateEdgePairing()

    WaveLinkBasicDesignData(ShipPreparationInfo)

    Declaration
    public void WaveLinkBasicDesignData(ShipPreparationInfo data)
    Parameters
    Type Name Description
    ShipPreparationInfo data

    WaveLinkCaePrepareBoundary(TaggedObject[])

    Declaration
    public void WaveLinkCaePrepareBoundary(TaggedObject[] boundarys)
    Parameters
    Type Name Description
    TaggedObject[] boundarys

    Implements

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