Class TransitionBuilder
Inheritance
System.Object
System.MarshalByRefObject
TransitionBuilder
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 TransitionBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
TransitionBuilder()
Declaration
protected TransitionBuilder()
Properties
SectionMappingFile
Declaration
public string SectionMappingFile { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SelectPart
Declaration
public SelectPartBuilder SelectPart { get; }
Property Value
Type | Description |
---|---|
SelectPartBuilder |
TransitionMethod
Declaration
public TransitionBuilder.TransitionMethods TransitionMethod { get; set; }
Property Value
Type | Description |
---|---|
TransitionBuilder.TransitionMethods |
TransitionType
Declaration
public TransitionBuilder.TransitionTypes TransitionType { get; set; }
Property Value
Type | Description |
---|---|
TransitionBuilder.TransitionTypes |
Methods
DryRun()
Declaration
public void DryRun()
SetFrameParts(String[])
Declaration
public void SetFrameParts(string[] framePartFilenames)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | framePartFilenames |
SetSectionBlockParts(String[])
Declaration
public void SetSectionBlockParts(string[] sectionParts)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | sectionParts |
Implements
System.Runtime.Remoting.Messaging.IMessageSink