Class CopyPasteNewBuilder
Inheritance
System.Object
System.MarshalByRefObject
CopyPasteNewBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class CopyPasteNewBuilder : FeatureBuilder, IMessageSink, IComponentBuilder, IAttributeSourceObjectBuilder
Constructors
CopyPasteNewBuilder()
Declaration
protected CopyPasteNewBuilder()
Properties
AlgorithmVersion
Declaration
public CopyPasteNewBuilder.VersionID AlgorithmVersion { get; set; }
Property Value
AngularTolerance
Declaration
public double AngularTolerance { get; set; }
Property Value
Type |
Description |
System.Double |
|
ComponentsToCopy
Declaration
public SelectNXObjectList ComponentsToCopy { get; }
Property Value
CopyApproachOption
Declaration
public CopyPasteNewBuilder.CopyApproach CopyApproachOption { get; set; }
Property Value
CopySection
Declaration
public bool CopySection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LinearTolerance
Declaration
public double LinearTolerance { get; set; }
Property Value
Type |
Description |
System.Double |
|
SelectionFrom
Declaration
public SelectNXObject SelectionFrom { get; }
Property Value
SelectionTo
Declaration
public SelectNXObjectList SelectionTo { get; }
Property Value
ShipNames
Declaration
public ShipNamesListBuilder ShipNames { get; }
Property Value
ShowXmlReport
Declaration
public bool ShowXmlReport { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
AutoAssignAttributes(NXObject[])
Declaration
public ErrorList AutoAssignAttributes(NXObject[] objects)
Parameters
Type |
Name |
Description |
NXObject[] |
objects |
|
Returns
AutoAssignAttributesWithNamingPattern(NXObject[], NXObject[])
Declaration
public ErrorList AutoAssignAttributesWithNamingPattern(NXObject[] objects, NXObject[] properties)
Parameters
Returns
CreateAttributeTitleToNamingPatternMap(String[], String[])
Declaration
public NXObject CreateAttributeTitleToNamingPatternMap(string[] attributeTitles, string[] titlePatterns)
Parameters
Type |
Name |
Description |
System.String[] |
attributeTitles |
|
System.String[] |
titlePatterns |
|
Returns
CreateLogicalObjects(out LogicalObject[])
Declaration
public void CreateLogicalObjects(out LogicalObject[] logicalObjects)
Parameters
GetOperationFailures()
Declaration
public ErrorList GetOperationFailures()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink