Class CopyObjectsBuilder
Inheritance
System.Object
System.MarshalByRefObject
CopyObjectsBuilder
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 CopyObjectsBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
CopyObjectsBuilder()
Declaration
protected CopyObjectsBuilder()
Properties
AlgorithmVersion
Declaration
public CopyObjectsBuilder.VersionID AlgorithmVersion { get; set; }
Property Value
Type | Description |
---|---|
CopyObjectsBuilder.VersionID |
AngularTolerance
Declaration
public double AngularTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CopyFrom
Declaration
public SelectNXObject CopyFrom { get; }
Property Value
Type | Description |
---|---|
SelectNXObject |
CopySection
Declaration
public bool CopySection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CopyTo
Declaration
public SelectNXObjectList CopyTo { get; }
Property Value
Type | Description |
---|---|
SelectNXObjectList |
InputObjects
Declaration
public SelectNXObjectList InputObjects { get; }
Property Value
Type | Description |
---|---|
SelectNXObjectList |
LinearTolerance
Declaration
public double LinearTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ObjectType
Declaration
public CopyObjectsBuilder.Type ObjectType { get; set; }
Property Value
Type | Description |
---|---|
CopyObjectsBuilder.Type |
ShipNames
Declaration
public ShipNamesListBuilder ShipNames { get; }
Property Value
Type | Description |
---|---|
ShipNamesListBuilder |
ShowXmlReport
Declaration
public bool ShowXmlReport { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink