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

Builder for creating Imprint
To create a new instance of this class, use NXOpen::CAE::AbstractionManager::CreateImprintBuilder

Created in NX11.0.0. More...

Inheritance diagram for NXOpen::CAE::ImprintBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  ImprintTypes { ImprintTypesFaceFaceImprint, ImprintTypesEdgeFaceImprint }
 the imprint types More...
 
enum  ProjectionDirectionType { ProjectionDirectionTypeNaturalExtension, ProjectionDirectionTypeAlongVector }
 the projection directon type More...
 

Public Member Functions

bool ClosestImprintOption ()
 Returns the closest imprint Option state
Created in NX12.0.0. More...
 
NXOpen::SelectDisplayableObjectListGeomSelection ()
 Returns the geom selection for Imprint
Created in NX11.0.0. More...
 
NXOpen::CAE::ImprintBuilder::ImprintTypes ImprintType ()
 Returns the imprint type
Created in NX11.0.0. More...
 
NXOpen::CAE::ImprintBuilder::ProjectionDirectionType ProjectionDirectionMethod ()
 Returns the projection direction method
Created in NX11.0.0. More...
 
NXOpen::DirectionProjectionVector ()
 Returns the projection vector direction
Created in NX11.0.0. More...
 
double SearchDistance ()
 Returns the search distance
Created in NX12.0.0. More...
 
void SetClosestImprintOption (bool stitchOption)
 Sets the closest imprint Option state
Created in NX12.0.0. More...
 
void SetImprintType (NXOpen::CAE::ImprintBuilder::ImprintTypes imprintType)
 Sets the imprint type
Created in NX11.0.0. More...
 
void SetProjectionDirectionMethod (NXOpen::CAE::ImprintBuilder::ProjectionDirectionType projDirectionType)
 Sets the projection direction method
Created in NX11.0.0. More...
 
void SetProjectionVector (NXOpen::Direction *projectionVector)
 Sets the projection vector direction
Created in NX11.0.0. More...
 
void SetSearchDistance (double stitchOption)
 Sets the search distance
Created in NX12.0.0. More...
 
void SetSnapTolerance (double dSnapTolerance)
 Sets the snap tolerance
Created in NX11.0.0. More...
 
void SetStitchToggle (bool stitchOption)
 Sets the stitch toggle state
Created in NX11.0.0. More...
 
double SnapTolerance ()
 Returns the snap tolerance
Created in NX11.0.0. More...
 
bool StitchToggle ()
 Returns the stitch toggle state
Created in NX11.0.0. More...
 
NXOpen::SelectDisplayableObjectListTargetFace ()
 Returns the target face selection for projection imprint
Created in NX11.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

Builder for creating Imprint
To create a new instance of this class, use NXOpen::CAE::AbstractionManager::CreateImprintBuilder

Created in NX11.0.0.


Member Enumeration Documentation

the imprint types

Enumerator
ImprintTypesFaceFaceImprint 

Face-Face Imprint.

ImprintTypesEdgeFaceImprint 

Edge-Face Imprint.

the projection directon type

Enumerator
ProjectionDirectionTypeNaturalExtension 

natural extension

ProjectionDirectionTypeAlongVector 

along vector

Member Function Documentation

bool NXOpen::CAE::ImprintBuilder::ClosestImprintOption ( )

Returns the closest imprint Option state
Created in NX12.0.0.



License requirements : None

NXOpen::SelectDisplayableObjectList* NXOpen::CAE::ImprintBuilder::GeomSelection ( )

Returns the geom selection for Imprint
Created in NX11.0.0.



License requirements : None

NXOpen::CAE::ImprintBuilder::ImprintTypes NXOpen::CAE::ImprintBuilder::ImprintType ( )

Returns the imprint type
Created in NX11.0.0.



License requirements : None

NXOpen::CAE::ImprintBuilder::ProjectionDirectionType NXOpen::CAE::ImprintBuilder::ProjectionDirectionMethod ( )

Returns the projection direction method
Created in NX11.0.0.



License requirements : None

NXOpen::Direction* NXOpen::CAE::ImprintBuilder::ProjectionVector ( )

Returns the projection vector direction
Created in NX11.0.0.



License requirements : None

double NXOpen::CAE::ImprintBuilder::SearchDistance ( )

Returns the search distance
Created in NX12.0.0.



License requirements : None

void NXOpen::CAE::ImprintBuilder::SetClosestImprintOption ( bool  stitchOption)

Sets the closest imprint Option state
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
stitchOptionstitchoption
void NXOpen::CAE::ImprintBuilder::SetImprintType ( NXOpen::CAE::ImprintBuilder::ImprintTypes  imprintType)

Sets the imprint type
Created in NX11.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
imprintTypeimprinttype
void NXOpen::CAE::ImprintBuilder::SetProjectionDirectionMethod ( NXOpen::CAE::ImprintBuilder::ProjectionDirectionType  projDirectionType)

Sets the projection direction method
Created in NX11.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
projDirectionTypeprojdirectiontype
void NXOpen::CAE::ImprintBuilder::SetProjectionVector ( NXOpen::Direction projectionVector)

Sets the projection vector direction
Created in NX11.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
projectionVectorprojectionvector
void NXOpen::CAE::ImprintBuilder::SetSearchDistance ( double  stitchOption)

Sets the search distance
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
stitchOptionstitchoption
void NXOpen::CAE::ImprintBuilder::SetSnapTolerance ( double  dSnapTolerance)

Sets the snap tolerance
Created in NX11.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
dSnapTolerancedsnaptolerance
void NXOpen::CAE::ImprintBuilder::SetStitchToggle ( bool  stitchOption)

Sets the stitch toggle state
Created in NX11.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
stitchOptionstitchoption
double NXOpen::CAE::ImprintBuilder::SnapTolerance ( )

Returns the snap tolerance
Created in NX11.0.0.



License requirements : None

bool NXOpen::CAE::ImprintBuilder::StitchToggle ( )

Returns the stitch toggle state
Created in NX11.0.0.



License requirements : None

NXOpen::SelectDisplayableObjectList* NXOpen::CAE::ImprintBuilder::TargetFace ( )

Returns the target face selection for projection imprint
Created in NX11.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.