NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Tooling::MoldCsysBuilder Class Reference

Mold Wizard MoldCsys project builder
To create a new instance of this class, use NXOpen::Tooling::MoldCsysCollection::CreateMoldCsysBuilder
Default values. More...

Inheritance diagram for NXOpen::Tooling::MoldCsysBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  Wcsposition { WcspositionCurrentWcs, WcspositionProductBodyCenter, WcspositionBoundaryFaceCenter }
 Represents the method to computer the WCS positino. More...
 

Public Member Functions

bool Lockx ()
 Returns the product doesn't move along X to the new position of WCS if lockx is true
Created in NX6.0.0. More...
 
bool Locky ()
 Returns the product doesn't move along Y to the new position of WCS if locky is true
Created in NX6.0.0. More...
 
bool Lockz ()
 Returns the product doesn't move along Z to the new position of WCS if lockz is true
Created in NX6.0.0. More...
 
NXOpen::SelectFaceListProd ()
 Returns the selected faces are used to create a bounding box whose center will be the new origin of WCS
Created in NX6.0.0. More...
 
void SetLockx (bool lockx)
 Sets the product doesn't move along X to the new position of WCS if lockx is true
Created in NX6.0.0. More...
 
void SetLocky (bool locky)
 Sets the product doesn't move along Y to the new position of WCS if locky is true
Created in NX6.0.0. More...
 
void SetLockz (bool lockz)
 Sets the product doesn't move along Z to the new position of WCS if lockz is true
Created in NX6.0.0. More...
 
void SetWcstype (NXOpen::Tooling::MoldCsysBuilder::Wcsposition wcstype)
 Sets the wcs type to decide the method to get csys position
Created in NX6.0.0. More...
 
NXOpen::Tooling::MoldCsysBuilder::Wcsposition Wcstype ()
 Returns the wcs type to decide the method to get csys position
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Mold Wizard MoldCsys project builder
To create a new instance of this class, use NXOpen::Tooling::MoldCsysCollection::CreateMoldCsysBuilder
Default values.

Property Value

Lockx

0

Locky

0

Lockz

1

Wcstype

CurrentWcs


Created in NX6.0.0.

Member Enumeration Documentation

Represents the method to computer the WCS positino.

Enumerator
WcspositionCurrentWcs 

current wcs position

WcspositionProductBodyCenter 

product body center position

WcspositionBoundaryFaceCenter 

boundary face center position

Member Function Documentation

bool NXOpen::Tooling::MoldCsysBuilder::Lockx ( )

Returns the product doesn't move along X to the new position of WCS if lockx is true
Created in NX6.0.0.



License requirements : None

bool NXOpen::Tooling::MoldCsysBuilder::Locky ( )

Returns the product doesn't move along Y to the new position of WCS if locky is true
Created in NX6.0.0.



License requirements : None

bool NXOpen::Tooling::MoldCsysBuilder::Lockz ( )

Returns the product doesn't move along Z to the new position of WCS if lockz is true
Created in NX6.0.0.



License requirements : None

NXOpen::SelectFaceList* NXOpen::Tooling::MoldCsysBuilder::Prod ( )

Returns the selected faces are used to create a bounding box whose center will be the new origin of WCS
Created in NX6.0.0.



License requirements : None

void NXOpen::Tooling::MoldCsysBuilder::SetLockx ( bool  lockx)

Sets the product doesn't move along X to the new position of WCS if lockx is true
Created in NX6.0.0.



License requirements : None

Parameters
lockxlockx
void NXOpen::Tooling::MoldCsysBuilder::SetLocky ( bool  locky)

Sets the product doesn't move along Y to the new position of WCS if locky is true
Created in NX6.0.0.



License requirements : None

Parameters
lockylocky
void NXOpen::Tooling::MoldCsysBuilder::SetLockz ( bool  lockz)

Sets the product doesn't move along Z to the new position of WCS if lockz is true
Created in NX6.0.0.



License requirements : None

Parameters
lockzlockz
void NXOpen::Tooling::MoldCsysBuilder::SetWcstype ( NXOpen::Tooling::MoldCsysBuilder::Wcsposition  wcstype)

Sets the wcs type to decide the method to get csys position
Created in NX6.0.0.



License requirements : None

Parameters
wcstypewcstype
NXOpen::Tooling::MoldCsysBuilder::Wcsposition NXOpen::Tooling::MoldCsysBuilder::Wcstype ( )

Returns the wcs type to decide the method to get csys position
Created in NX6.0.0.



License requirements : None


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.