Class ReusableObjectPasteBuilder
Inheritance
System.Object
System.MarshalByRefObject
ReusableObjectPasteBuilder
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
public class ReusableObjectPasteBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected ReusableObjectPasteBuilder()
Properties
Declaration
public bool Associative { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public NXObject DropFace { get; set; }
Property Value
Declaration
public Matrix3x3 DynamicCsysOrientation { get; set; }
Property Value
Declaration
public Point3d DynamicCsysOrigin { get; set; }
Property Value
Declaration
public NXObject EditFeatureGroup { get; set; }
Property Value
Declaration
public NXObject ImportedSketch { get; set; }
Property Value
Declaration
public Point3d InitialPasteLocation { get; set; }
Property Value
Declaration
public string LibraryName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public ReusableObjectPasteBuilder.PasteMethods PasteMethod { get; set; }
Property Value
Declaration
public NXObject PatternFeature { get; set; }
Property Value
Declaration
public Sketch PatternSketch { get; set; }
Property Value
Declaration
public Feature PositioningFeatSet { get; }
Property Value
TargetBody
Declaration
public NXObject TargetBody { get; set; }
Property Value
Declaration
public NXObject TargetFace { get; set; }
Property Value
Declaration
public bool UseOnePickPositionMethod { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Declaration
public void CreatePatternObjects(bool createPattern)
Parameters
Type |
Name |
Description |
System.Boolean |
createPattern |
|
Declaration
public void GetCreatedObjects(out NXObject[] createdObjects)
Parameters
Type |
Name |
Description |
NXObject[] |
createdObjects |
|
Declaration
public SpreadsheetData GetSpreadsheetData()
Returns
Declaration
public void LoadPart(string partFileName, NXObject dropEntity, out NXObject[] loadedObjects)
Parameters
Type |
Name |
Description |
System.String |
partFileName |
|
NXObject |
dropEntity |
|
NXObject[] |
loadedObjects |
|
RepositionBody(Point3d, Matrix3x3, Boolean)
Declaration
public void RepositionBody(Point3d target, Matrix3x3 orient, bool twoPickPositionMode)
Parameters
Type |
Name |
Description |
Point3d |
target |
|
Matrix3x3 |
orient |
|
System.Boolean |
twoPickPositionMode |
|
Declaration
public void SetLibraryInformation(NXObject feature, string libraryName, string relativePath)
Parameters
Type |
Name |
Description |
NXObject |
feature |
|
System.String |
libraryName |
|
System.String |
relativePath |
|
Declaration
public void SetSpreadsheetData(SpreadsheetData spreadsheetData)
Parameters
Declaration
public void UpdateLocation()
Declaration
public void UpdateSpreadsheetData()
Implements
System.Runtime.Remoting.Messaging.IMessageSink