Class CopyObjectsBuilder
Inheritance
CopyObjectsBuilder
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
AngularTolerance
Declaration
public double AngularTolerance { get; set; }
Property Value
CopyFrom
Declaration
public SelectNXObject CopyFrom { get; }
Property Value
CopySection
Declaration
public bool CopySection { get; set; }
Property Value
CopyTo
Declaration
public SelectNXObjectList CopyTo { get; }
Property Value
Declaration
public SelectNXObjectList InputObjects { get; }
Property Value
LinearTolerance
Declaration
public double LinearTolerance { get; set; }
Property Value
ObjectType
Declaration
public CopyObjectsBuilder.Type ObjectType { get; set; }
Property Value
ShipNames
Declaration
public ShipNamesListBuilder ShipNames { get; }
Property Value
ShowXmlReport
Declaration
public bool ShowXmlReport { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink