NX Open C++ Reference Guide
|
Represents a SketchPasteBuilder
To create a new instance of this class, use SketchCollection::CreateSketchPasteBuilder
Default values.
More...
Public Member Functions | |
NXOpen::Point3d | InitialPasteLocation () |
Returns the initial paste location, this is mainly used to define default paste location of sketch objects Created in NX7.5.0. | |
NXOpen::Features::MoveObjectBuilder * | MoveObject () |
Returns the move object Created in NX7.5.0. | |
void | ResetInitialPasteLocation () |
Reset the initial paste location, after this previously set initial paste location will not be used Created in NX7.5.0. | |
void | SetInitialPasteLocation (const NXOpen::Point3d &dropLocation) |
Sets the initial paste location, this is mainly used to define default paste location of sketch objects Created in NX7.5.0. |
Represents a SketchPasteBuilder
To create a new instance of this class, use SketchCollection::CreateSketchPasteBuilder
Default values.
Property | Value |
---|---|
MoveObject.Associative |
false |
MoveObject.CreateTraceLines |
false |
MoveObject.Divisions |
1 |
MoveObject.LayerOption |
Original |
MoveObject.MoveObjectResult |
MoveOriginal |
MoveObject.MoveParents |
true |
MoveObject.NumberOfCopies |
1 |
MoveObject.TransformMotion.DeltaEnum |
ReferenceWcsWorkPart |
MoveObject.TransformMotion.DeltaXc.Value |
0.0 |
MoveObject.TransformMotion.DeltaYc.Value |
0.0 |
MoveObject.TransformMotion.DeltaZc.Value |
0.0 |
MoveObject.TransformMotion.Option |
Dynamic |
Created in NX7.5.0.
Returns the initial paste location, this is mainly used to define default paste location of sketch objects
Created in NX7.5.0.
License requirements : None
Returns the move object
Created in NX7.5.0.
License requirements : None
Reset the initial paste location, after this previously set initial paste location will not be used
Created in NX7.5.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")
void NXOpen::SketchPasteBuilder::SetInitialPasteLocation | ( | const NXOpen::Point3d & | dropLocation | ) |
Sets the initial paste location, this is mainly used to define default paste location of sketch objects
Created in NX7.5.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")
dropLocation | Drop location coordinates in absolute |