Search Results for

    Show / Hide Table of Contents

    Class MirrorShipStructureBuilder

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

    Constructors

    MirrorShipStructureBuilder()

    Declaration
    protected MirrorShipStructureBuilder()

    Properties

    AlgorithmVersion

    Declaration
    public MirrorShipStructureBuilder.VersionID AlgorithmVersion { get; set; }
    Property Value
    Type Description
    MirrorShipStructureBuilder.VersionID

    AngularTolerance

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

    ApplicationType

    Declaration
    public MirrorShipStructureBuilder.AppTypes ApplicationType { get; set; }
    Property Value
    Type Description
    MirrorShipStructureBuilder.AppTypes

    LinearToleranceFactor

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

    MirrorApproachOption

    Declaration
    public MirrorShipStructureBuilder.MirrorApproach MirrorApproachOption { get; set; }
    Property Value
    Type Description
    MirrorShipStructureBuilder.MirrorApproach

    MirrorPlane

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

    OriginalFeatures

    Declaration
    public SelectFeatureList OriginalFeatures { get; }
    Property Value
    Type Description
    SelectFeatureList

    OriginalParts

    Declaration
    public SelectComponentList OriginalParts { get; }
    Property Value
    Type Description
    SelectComponentList

    ReportMirrorResultXML

    Declaration
    public bool ReportMirrorResultXML { get; set; }
    Property Value
    Type Description
    bool

    SelectionType

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

    TargetPart

    Declaration
    public SelectComponentList TargetPart { get; }
    Property Value
    Type Description
    SelectComponentList

    Methods

    SortComponentByInterPartDependency(out string[], out string[])

    Declaration
    public int SortComponentByInterPartDependency(out string[] nonBreakableCircles, out string[] brokenCircles)
    Parameters
    Type Name Description
    string[] nonBreakableCircles
    string[] brokenCircles
    Returns
    Type Description
    int

    Implements

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