Class MirrorShipStructureBuilder
Inheritance
System.Object
System.MarshalByRefObject
MirrorShipStructureBuilder
Inherited Members
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 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 |
---|---|
System.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 |
---|---|
System.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 |
---|---|
System.Boolean |
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 |
---|---|---|
System.String[] | nonBreakableCircles | |
System.String[] | brokenCircles |
Returns
Type | Description |
---|---|
System.Int32 |
Implements
System.Runtime.Remoting.Messaging.IMessageSink