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

Represents a NXOpen::Weld::Jointmark builder
To create a new instance of this class, use NXOpen::Weld::WeldManager::CreateJointmarkBuilder
Default values. More...

Inheritance diagram for NXOpen::Weld::JointmarkBuilder:
NXOpen::Features::FeatureBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder NXOpen::Weld::PointMarkBuilder

Public Types

enum  ConnectedPanelTypes { ConnectedPanelTypesTwo, ConnectedPanelTypesThree, ConnectedPanelTypesFour }
 The type of sheets to create. More...
 
enum  Method {
  MethodGuideCurve, MethodMirror, MethodPoints, MethodTranslate,
  MethodExistingPoints
}
 The type of construction method for creating Jointmark. More...
 
enum  OrientationMethodTypes { OrientationMethodTypesSurfaceNormal, OrientationMethodTypesCoordinateSystem }
 The type of orientation method for defining the default coordinate system. More...
 
enum  ProjectionDirectionOptions {
  ProjectionDirectionOptionsNone, ProjectionDirectionOptionsAlongFaceNormal, ProjectionDirectionOptionsPricipalAxis, ProjectionDirectionOptionsX,
  ProjectionDirectionOptionsY, ProjectionDirectionOptionsZ
}
 The projection direction used to project points onto the reference sheet. More...
 
enum  ReferenceSheetTypes { ReferenceSheetTypesOverlap, ReferenceSheetTypesTop }
 The type of sheets to create. More...
 
enum  ReuseMethod { ReuseMethodSameConnectingParts, ReuseMethodAnyConnectingParts }
 The method to indicate if all reuse features have the same connected parts. More...
 

Public Member Functions

void AppendPoints (bool mode, NXOpen::Curve *curve)
 Creates a list of points on the overlap sheet. More...
 
NXOpen::Weld::ConnectedPartAskConnectedFaces ()
 Find the connected face information. More...
 
bool Associativity ()
 Returns the automatic update option also known as associativity. More...
 
NXOpen::Weld::CharacteristicsBuilderCharacteristics ()
 Returns the characteristics
Created in NX9.0.0. More...
 
NXOpen::Weld::JointmarkBuilder::ConnectedPanelTypes ConnectedPanelType ()
 Returns the number of connected panels at a point. More...
 
bool ConnectPart ()
 Returns the option of connecting only one part. More...
 
NXOpen::Weld::JointmarkBuilder::Method ConstructionMethod ()
 Returns the construction method for creating Jointmark
Created in NX9.0.0. More...
 
void CreateReferenceData ()
 Create a temporary overlap or top sheet and guide curve. More...
 
bool CreateSingleFeatures ()
 Returns the control option to determine if individual features should be created. More...
 
NXOpen::CurveCreateSymbolCurve (const NXString &path, const NXString &name)
 Create curve From PMI symbol. More...
 
NXOpen::CurveCreateSymbolCurve (const char *path, const char *name)
 Create curve From PMI symbol. More...
 
void DeleteReferenceData ()
 Delete temporary overlap or top sheet feature. More...
 
double DistanceTolerance ()
 Returns the distance tolerance
Created in NX9.0.0. More...
 
NXOpen::Weld::JointmarkFaceSetsBuilderListFaceSetsList ()
 Returns the list of face sets
Created in NX9.0.0. More...
 
NXOpen::CoordinateSystemFixedCsys ()
 Returns the fixed csys that overrides the default Csys orientation. More...
 
void FromReuseFeatures (bool *faceSetsUpdated, bool *guideCurvesUpdated, bool *pointSelectionUpdated)
 Initializes face sets, guide curve, and points builders from reuse features. More...
 
void GetCreateReferenceDataMessages (std::vector< NXString > &messages)
 Get all the messages created by NXOpen::Weld::JointmarkBuilder::CreateReferenceData . More...
 
NXOpen::Features::FeatureGetReferenceSheet ()
 Returns the Reference Sheet feature. More...
 
void GetSelectedReferences (std::vector< NXOpen::NXObject * > &references)
 Gets the selected points, or point features, references. More...
 
void GetSheetEdges (std::vector< NXOpen::Edge * > &edges)
 Edges of created sheet
Created in NX9.0.0. More...
 
NXOpen::Weld::JointmarkGuideBuilderListGuideCurvesList ()
 Returns the list of guide curves
Created in NX9.0.0. More...
 
void MapFeaturesToPoints ()
 Maps the selected reuse features to the new preview point locations. More...
 
void MoveReferenceSheet ()
 Move the Reference Sheet to work layer, and unlink from grouping feature. More...
 
NXOpen::Weld::JointmarkFaceSetsBuilderNewFaceSets ()
 Creates a NXOpen::Weld::JointmarkFaceSetsBuilder object. More...
 
NXOpen::Weld::JointmarkGuideBuilderNewGuide ()
 Creates a NXOpen::Weld::JointmarkGuideBuilder object. More...
 
NXOpen::Weld::JointmarkPointsBuilderNewPoints ()
 Creates a NXOpen::Weld::JointmarkPointsBuilder object. More...
 
bool NotifyIfParentPointMoved ()
 Returns the option to indicate if an alert should be issued when the parent point moves. More...
 
NXOpen::Weld::JointmarkBuilder::OrientationMethodTypes OrientationMethod ()
 Returns the orientation method for defining a csys
Created in NX10.0.0. More...
 
NXOpen::PlanePlane ()
 Returns the plane used for mirror
Created in NX9.0.0. More...
 
NXOpen::Weld::JointmarkPointsBuilderListPointList ()
 Returns the list of points
Created in NX9.0.0. More...
 
NXOpen::Weld::JointmarkBuilder::ProjectionDirectionOptions ProjectionDirectionOption ()
 Returns the projection direction option used to project NXOpen::Weld::JointmarkBuilder::SelectPointsObject onto the NXOpen::Weld::JointmarkBuilder::GetReferenceSheet . More...
 
void RediscoverFaces ()
 Use the Weld Assistant Connected Face Finder command to rediscover faces based on the current feature point positions. More...
 
NXOpen::Weld::JointmarkBuilder::ReferenceSheetTypes ReferenceSheetType ()
 Returns the type of reference sheet
Created in NX9.0.0. More...
 
NXOpen::Features::SelectFeatureListReuseFeatures ()
 Returns the selected reuse features
Created in NX10.0.0. More...
 
NXOpen::Weld::JointmarkBuilder::ReuseMethod ReuseFeaturesMethod ()
 Returns the method used to infer feature parameters if all connected parts are the same, or skip inferring due to connected parts being different. More...
 
NXOpen::SelectTaggedObjectListSelectMirrorObject ()
 Returns the selected objects for mirror. More...
 
NXOpen::SelectPointListSelectPointsObject ()
 Returns the selected objects for Points
Created in NX9.0.0. More...
 
NXOpen::SelectTaggedObjectListSelectTranslateObject ()
 Returns the selected objects to translate. More...
 
void SetAssociativity (bool associativity)
 Sets the automatic update option also known as associativity. More...
 
void SetConnectedPanelType (NXOpen::Weld::JointmarkBuilder::ConnectedPanelTypes method)
 Sets the number of connected panels at a point. More...
 
void SetConnectPart (bool connectPart)
 Sets the option of connecting only one part. More...
 
void SetConstructionMethod (NXOpen::Weld::JointmarkBuilder::Method method)
 Sets the construction method for creating Jointmark
Created in NX9.0.0. More...
 
void SetCreateSingleFeatures (bool createSingleFeatures)
 Sets the control option to determine if individual features should be created. More...
 
void SetDisplayCsys (bool status)
 Indicates whether the csys should be displayed on creation
Created in NX10.0.0. More...
 
void SetDistanceTolerance (double distanceTolerance)
 Sets the distance tolerance
Created in NX9.0.0. More...
 
void SetFixedCsys (NXOpen::CoordinateSystem *fixedCsys)
 Sets the fixed csys that overrides the default Csys orientation. More...
 
void SetNotifyIfParentPointMoved (bool notifyIfParentPointMoved)
 Sets the option to indicate if an alert should be issued when the parent point moves. More...
 
void SetOrientationMethod (NXOpen::Weld::JointmarkBuilder::OrientationMethodTypes orientationMethod)
 Sets the orientation method for defining a csys
Created in NX10.0.0. More...
 
void SetPlane (NXOpen::Plane *plane)
 Sets the plane used for mirror
Created in NX9.0.0. More...
 
void SetProjectionDirectionOption (NXOpen::Weld::JointmarkBuilder::ProjectionDirectionOptions projectionOption)
 Sets the projection direction option used to project NXOpen::Weld::JointmarkBuilder::SelectPointsObject onto the NXOpen::Weld::JointmarkBuilder::GetReferenceSheet . More...
 
void SetReferenceSheetType (NXOpen::Weld::JointmarkBuilder::ReferenceSheetTypes refSheet)
 Sets the type of reference sheet
Created in NX9.0.0. More...
 
void SetReuseFeaturesMethod (NXOpen::Weld::JointmarkBuilder::ReuseMethod reuseMethod)
 Sets the method used to infer feature parameters if all connected parts are the same, or skip inferring due to connected parts being different. More...
 
void SetShowThruState (bool status)
 Indicates whether the output objects should show thru on creation
Created in NX10.0.0. More...
 
void SetShowWorkCsys (bool showWorkCsys)
 Sets the option to control if the work coordinate system should be showing. More...
 
void SetTranslateCsys (NXOpen::CoordinateSystem *csys)
 Sets the coordinate system that defines the translate offset directions. More...
 
void SetVector (NXOpen::Direction *vector)
 Sets the vector which points to Y axis
Created in NX9.0.0. More...
 
bool ShowWorkCsys ()
 Returns the option to control if the work coordinate system should be showing. More...
 
NXOpen::CoordinateSystemTranslateCsys ()
 Returns the coordinate system that defines the translate offset directions. More...
 
NXOpen::ExpressionTranslateX ()
 Returns the expression containing the value of the x translation distance. More...
 
NXOpen::ExpressionTranslateY ()
 Returns the expression containing the value of the y translation distance. More...
 
NXOpen::ExpressionTranslateZ ()
 Returns the expression containing the value of the z translation distance. More...
 
void UpdateFeatures ()
 Updates all the items on the points list based on the construction method and related inputs. More...
 
void UpdatePoint ()
 Updates the selected point by projecting it to the guide curve. More...
 
NXOpen::Features::FeatureUpdateReferenceSheet (bool facesModified)
 Prepares a Reference Sheet for placing Jointmark features. More...
 
NXOpen::DirectionVector ()
 Returns the vector which points to Y axis
Created in NX9.0.0. More...
 
- Public Member Functions inherited from NXOpen::Features::FeatureBuilder
NXOpen::Features::FeatureCommitFeature ()
 Commits the feature parameters and creates the feature. More...
 
NXOpen::Features::FeatureGetFeature ()
 Returns the feature currently being edited by this builder. More...
 
void HideInternalParentFeatureAfterEdit (NXOpen::Features::Feature *parentFeature)
 Re-suppress an internal parent feature (a slave feature) after it has been edited. More...
 
bool ParentFeatureInternal ()
 Returns whether or not the latest timestamped parent feature of this feature should be made internal
Created in NX5.0.0. More...
 
bool PatchSolutionFlag ()
 Returns the patch solution flag
Created in NX8.0.1. More...
 
NXString PatchSurfaceFilename ()
 Returns the patch surface filename
Created in NX8.0.1. More...
 
void SetParentFeatureInternal (NXOpen::Features::Feature *parentFeature)
 Set the parent features which would be internal or slaves to the feature being created or commited
Created in NX6.0.0. More...
 
void SetParentFeatureInternal (bool isInternal)
 Sets whether or not the latest timestamped parent feature of this feature should be made internal
Created in NX5.0.0. More...
 
void SetPatchSolutionFlag (bool optionValue)
 Sets the patch solution flag
Created in NX8.0.1. More...
 
void SetPatchSurfaceFilename (const NXString &surfaceFilename)
 Sets the patch surface filename
Created in NX8.0.1. More...
 
void SetPatchSurfaceFilename (const char *surfaceFilename)
 Sets the patch surface filename
Created in NX8.0.1. More...
 
void SetSurroundingPatchSurfaceFilename (const NXString &surroundingSurfaceFilename)
 Sets the surrounding patch surface filename
Created in NX8.0.1. More...
 
void SetSurroundingPatchSurfaceFilename (const char *surroundingSurfaceFilename)
 Sets the surrounding patch surface filename
Created in NX8.0.1. More...
 
void ShowInternalParentFeatureForEdit (NXOpen::Features::Feature *parentFeature)
 Unsuppress an internal parent feature (a slave feature) so it can be edited. More...
 
NXString SurroundingPatchSurfaceFilename ()
 Returns the surrounding patch surface filename
Created in NX8.0.1. More...
 
void UnsetParentFeatureInternal (NXOpen::Features::Feature *parentFeature)
 Set the internal parent feature of the feature being edited to external
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

Represents a NXOpen::Weld::Jointmark builder
To create a new instance of this class, use NXOpen::Weld::WeldManager::CreateJointmarkBuilder
Default values.

Property Value

Associativity

1

ConnectPart

0

ConstructionMethod

GuideCurve

CreateSingleFeatures

0

OrientationMethod

SurfaceNormal

ReferenceSheetType

Overlap

ReuseFeaturesMethod

SameConnectingParts

ShowWorkCsys

1


Created in NX9.0.0.

Member Enumeration Documentation

The type of sheets to create.

Enumerator
ConnectedPanelTypesTwo 

two

ConnectedPanelTypesThree 

three

ConnectedPanelTypesFour 

four

The type of construction method for creating Jointmark.

Enumerator
MethodGuideCurve 

Guide Curve.

MethodMirror 

Mirror.

MethodPoints 

Points.

MethodTranslate 

Translate.

MethodExistingPoints 

Existing Points.

Only allowed for NXOpen::Weld::PointMark class.

The type of orientation method for defining the default coordinate system.

Enumerator
OrientationMethodTypesSurfaceNormal 

Surface Normals.

OrientationMethodTypesCoordinateSystem 

Use fixed csys instead of surface normals.

The projection direction used to project points onto the reference sheet.

Enumerator
ProjectionDirectionOptionsNone 

none

ProjectionDirectionOptionsAlongFaceNormal 

along face normal

ProjectionDirectionOptionsPricipalAxis 

pricipal axis

ProjectionDirectionOptionsX 

x

ProjectionDirectionOptionsY 

y

ProjectionDirectionOptionsZ 

z

The type of sheets to create.

Enumerator
ReferenceSheetTypesOverlap 

Overlap.

ReferenceSheetTypesTop 

Top.

The method to indicate if all reuse features have the same connected parts.

Enumerator
ReuseMethodSameConnectingParts 

same connecting parts

ReuseMethodAnyConnectingParts 

any connecting parts

Member Function Documentation

void NXOpen::Weld::JointmarkBuilder::AppendPoints ( bool  mode,
NXOpen::Curve curve 
)

Creates a list of points on the overlap sheet.

In addition, a curve selected by the user will be placed at these points.
Created in NX9.0.0.

License requirements : ugweld ("UG WELD")

Parameters
modeCreate or Edit
curveCurve to place at these points
NXOpen::Weld::ConnectedPart* NXOpen::Weld::JointmarkBuilder::AskConnectedFaces ( )

Find the connected face information.


The data is stored in NXOpen::Weld::ConnectedPart containing the appropriate connected part face occurrence information.

Returns
Connected face information. NULL if none are found.
Created in NX11.0.0.

License requirements : None
bool NXOpen::Weld::JointmarkBuilder::Associativity ( )

Returns the automatic update option also known as associativity.

If true, the curve representing the Jointmark feature will change its location if the guide curve is updated
Created in NX9.0.0.

License requirements : ugweld ("UG WELD")

NXOpen::Weld::CharacteristicsBuilder* NXOpen::Weld::JointmarkBuilder::Characteristics ( )

Returns the characteristics
Created in NX9.0.0.



License requirements : ugweld ("UG WELD")

NXOpen::Weld::JointmarkBuilder::ConnectedPanelTypes NXOpen::Weld::JointmarkBuilder::ConnectedPanelType ( )

Returns the number of connected panels at a point.

This is used when the construction method is Existing Points
Created in NX10.0.0.

License requirements : ugweld ("UG WELD")

bool NXOpen::Weld::JointmarkBuilder::ConnectPart ( )

Returns the option of connecting only one part.

If true, Jointmark feature is created on a single component.
Created in NX9.0.0.

License requirements : ugweld ("UG WELD")

NXOpen::Weld::JointmarkBuilder::Method NXOpen::Weld::JointmarkBuilder::ConstructionMethod ( )

Returns the construction method for creating Jointmark
Created in NX9.0.0.



License requirements : ugweld ("UG WELD")

void NXOpen::Weld::JointmarkBuilder::CreateReferenceData ( )

Create a temporary overlap or top sheet and guide curve.

Use with independent NXOpen::Weld::PointMarkPoint features.
Created in NX10.0.0.

License requirements : ugweld ("UG WELD")

bool NXOpen::Weld::JointmarkBuilder::CreateSingleFeatures ( )

Returns the control option to determine if individual features should be created.

Only allowed for NXOpen::Weld::PointMark class.
Created in NX10.0.0.

License requirements : ugweld ("UG WELD")

NXOpen::Curve* NXOpen::Weld::JointmarkBuilder::CreateSymbolCurve ( const NXString path,
const NXString name 
)

Create curve From PMI symbol.

Returns
Curve from symbol
Created in NX9.0.0.

License requirements : ugweld ("UG WELD")
Parameters
pathSymbol path
nameSymbol id
NXOpen::Curve* NXOpen::Weld::JointmarkBuilder::CreateSymbolCurve ( const char *  path,
const char *  name 
)

Create curve From PMI symbol.

Returns
Curve from symbol
Created in NX9.0.0.

License requirements : ugweld ("UG WELD")
Parameters
pathSymbol path
nameSymbol id
void NXOpen::Weld::JointmarkBuilder::DeleteReferenceData ( )

Delete temporary overlap or top sheet feature.

Use with independent NXOpen::Weld::PointMarkPoint features.
Created in NX10.0.0.

License requirements : ugweld ("UG WELD")

double NXOpen::Weld::JointmarkBuilder::DistanceTolerance ( )

Returns the distance tolerance
Created in NX9.0.0.



License requirements : ugweld ("UG WELD")

NXOpen::Weld::JointmarkFaceSetsBuilderList* NXOpen::Weld::JointmarkBuilder::FaceSetsList ( )

Returns the list of face sets
Created in NX9.0.0.



License requirements : ugweld ("UG WELD")

NXOpen::CoordinateSystem* NXOpen::Weld::JointmarkBuilder::FixedCsys ( )

Returns the fixed csys that overrides the default Csys orientation.


Created in NX10.0.0.

License requirements : ugweld ("UG WELD")

void NXOpen::Weld::JointmarkBuilder::FromReuseFeatures ( bool *  faceSetsUpdated,
bool *  guideCurvesUpdated,
bool *  pointSelectionUpdated 
)

Initializes face sets, guide curve, and points builders from reuse features.


Created in NX11.0.1.

License requirements : ugweld ("UG WELD")

Parameters
faceSetsUpdatedIndicates if the face set list was updated.
guideCurvesUpdatedIndicates if the guide curve list was updated.
pointSelectionUpdatedIndicates if point selection object was updated.
void NXOpen::Weld::JointmarkBuilder::GetCreateReferenceDataMessages ( std::vector< NXString > &  messages)

Get all the messages created by NXOpen::Weld::JointmarkBuilder::CreateReferenceData .


Created in NX10.0.1.

License requirements : ugweld ("UG WELD")

Parameters
messagesThe array of messages generated during the process of discovering the reference data.
NXOpen::Features::Feature* NXOpen::Weld::JointmarkBuilder::GetReferenceSheet ( )

Returns the Reference Sheet feature.

Returns

Created in NX9.0.0.

License requirements : ugweld ("UG WELD")
void NXOpen::Weld::JointmarkBuilder::GetSelectedReferences ( std::vector< NXOpen::NXObject * > &  references)

Gets the selected points, or point features, references.

Does not apply to the guide curves method.
Created in NX10.0.0.

License requirements : ugweld ("UG WELD")

Parameters
referencesThe array of references. These may be points or point features.
void NXOpen::Weld::JointmarkBuilder::GetSheetEdges ( std::vector< NXOpen::Edge * > &  edges)

Edges of created sheet
Created in NX9.0.0.



License requirements : ugweld ("UG WELD")

Parameters
edgesedges
NXOpen::Weld::JointmarkGuideBuilderList* NXOpen::Weld::JointmarkBuilder::GuideCurvesList ( )

Returns the list of guide curves
Created in NX9.0.0.



License requirements : ugweld ("UG WELD")

void NXOpen::Weld::JointmarkBuilder::MapFeaturesToPoints ( )

Maps the selected reuse features to the new preview point locations.


Created in NX10.0.0.

License requirements : ugweld ("UG WELD")

void NXOpen::Weld::JointmarkBuilder::MoveReferenceSheet ( )

Move the Reference Sheet to work layer, and unlink from grouping feature.


Created in NX10.0.1.

License requirements : ugweld ("UG WELD")

NXOpen::Weld::JointmarkFaceSetsBuilder* NXOpen::Weld::JointmarkBuilder::NewFaceSets ( )

Creates a NXOpen::Weld::JointmarkFaceSetsBuilder object.

Returns

Created in NX9.0.0.

License requirements : ugweld ("UG WELD")
NXOpen::Weld::JointmarkGuideBuilder* NXOpen::Weld::JointmarkBuilder::NewGuide ( )

Creates a NXOpen::Weld::JointmarkGuideBuilder object.

Returns

Created in NX9.0.0.

License requirements : ugweld ("UG WELD")
NXOpen::Weld::JointmarkPointsBuilder* NXOpen::Weld::JointmarkBuilder::NewPoints ( )

Creates a NXOpen::Weld::JointmarkPointsBuilder object.

Returns

Created in NX9.0.0.

License requirements : ugweld ("UG WELD")
bool NXOpen::Weld::JointmarkBuilder::NotifyIfParentPointMoved ( )

Returns the option to indicate if an alert should be issued when the parent point moves.

Valid when using NXOpen::Weld::JointmarkBuilder::MethodExistingPoints and associativity is off.
Created in NX11.0.1.

License requirements : ugweld ("UG WELD")

NXOpen::Weld::JointmarkBuilder::OrientationMethodTypes NXOpen::Weld::JointmarkBuilder::OrientationMethod ( )

Returns the orientation method for defining a csys
Created in NX10.0.0.



License requirements : ugweld ("UG WELD")

NXOpen::Plane* NXOpen::Weld::JointmarkBuilder::Plane ( )

Returns the plane used for mirror
Created in NX9.0.0.



License requirements : ugweld ("UG WELD")

NXOpen::Weld::JointmarkPointsBuilderList* NXOpen::Weld::JointmarkBuilder::PointList ( )

Returns the list of points
Created in NX9.0.0.



License requirements : ugweld ("UG WELD")

NXOpen::Weld::JointmarkBuilder::ProjectionDirectionOptions NXOpen::Weld::JointmarkBuilder::ProjectionDirectionOption ( )

Returns the projection direction option used to project NXOpen::Weld::JointmarkBuilder::SelectPointsObject onto the NXOpen::Weld::JointmarkBuilder::GetReferenceSheet .


Created in NX10.0.2.

License requirements : ugweld ("UG WELD")

void NXOpen::Weld::JointmarkBuilder::RediscoverFaces ( )

Use the Weld Assistant Connected Face Finder command to rediscover faces based on the current feature point positions.


Created in NX10.0.0.

License requirements : ugweld ("UG WELD")

NXOpen::Weld::JointmarkBuilder::ReferenceSheetTypes NXOpen::Weld::JointmarkBuilder::ReferenceSheetType ( )

Returns the type of reference sheet
Created in NX9.0.0.



License requirements : ugweld ("UG WELD")

NXOpen::Features::SelectFeatureList* NXOpen::Weld::JointmarkBuilder::ReuseFeatures ( )

Returns the selected reuse features
Created in NX10.0.0.



License requirements : ugweld ("UG WELD")

NXOpen::Weld::JointmarkBuilder::ReuseMethod NXOpen::Weld::JointmarkBuilder::ReuseFeaturesMethod ( )

Returns the method used to infer feature parameters if all connected parts are the same, or skip inferring due to connected parts being different.


Created in NX11.0.1.

License requirements : ugweld ("UG WELD")

NXOpen::SelectTaggedObjectList* NXOpen::Weld::JointmarkBuilder::SelectMirrorObject ( )

Returns the selected objects for mirror.

These objects can be features or curves representing Jointmark
Created in NX9.0.0.

License requirements : ugweld ("UG WELD")

NXOpen::SelectPointList* NXOpen::Weld::JointmarkBuilder::SelectPointsObject ( )

Returns the selected objects for Points
Created in NX9.0.0.



License requirements : ugweld ("UG WELD")

NXOpen::SelectTaggedObjectList* NXOpen::Weld::JointmarkBuilder::SelectTranslateObject ( )

Returns the selected objects to translate.

These objects can be features or curves representing Jointmark
Created in NX10.0.0.

License requirements : ugweld ("UG WELD")

void NXOpen::Weld::JointmarkBuilder::SetAssociativity ( bool  associativity)

Sets the automatic update option also known as associativity.

If true, the curve representing the Jointmark feature will change its location if the guide curve is updated
Created in NX9.0.0.

License requirements : ugweld ("UG WELD")

Parameters
associativityassociativity
void NXOpen::Weld::JointmarkBuilder::SetConnectedPanelType ( NXOpen::Weld::JointmarkBuilder::ConnectedPanelTypes  method)

Sets the number of connected panels at a point.

This is used when the construction method is Existing Points
Created in NX10.0.0.

License requirements : ugweld ("UG WELD")

Parameters
methodmethod
void NXOpen::Weld::JointmarkBuilder::SetConnectPart ( bool  connectPart)

Sets the option of connecting only one part.

If true, Jointmark feature is created on a single component.
Created in NX9.0.0.

License requirements : ugweld ("UG WELD")

Parameters
connectPartconnectpart
void NXOpen::Weld::JointmarkBuilder::SetConstructionMethod ( NXOpen::Weld::JointmarkBuilder::Method  method)

Sets the construction method for creating Jointmark
Created in NX9.0.0.



License requirements : ugweld ("UG WELD")

Parameters
methodmethod
void NXOpen::Weld::JointmarkBuilder::SetCreateSingleFeatures ( bool  createSingleFeatures)

Sets the control option to determine if individual features should be created.

Only allowed for NXOpen::Weld::PointMark class.
Created in NX10.0.0.

License requirements : ugweld ("UG WELD")

Parameters
createSingleFeaturestrue- Full associative features are created. false- single non associative features.
void NXOpen::Weld::JointmarkBuilder::SetDisplayCsys ( bool  status)

Indicates whether the csys should be displayed on creation
Created in NX10.0.0.



License requirements : ugweld ("UG WELD")

Parameters
statusstatus
void NXOpen::Weld::JointmarkBuilder::SetDistanceTolerance ( double  distanceTolerance)

Sets the distance tolerance
Created in NX9.0.0.



License requirements : ugweld ("UG WELD")

Parameters
distanceTolerancedistancetolerance
void NXOpen::Weld::JointmarkBuilder::SetFixedCsys ( NXOpen::CoordinateSystem fixedCsys)

Sets the fixed csys that overrides the default Csys orientation.


Created in NX10.0.0.

License requirements : ugweld ("UG WELD")

Parameters
fixedCsysfixedcsys
void NXOpen::Weld::JointmarkBuilder::SetNotifyIfParentPointMoved ( bool  notifyIfParentPointMoved)

Sets the option to indicate if an alert should be issued when the parent point moves.

Valid when using NXOpen::Weld::JointmarkBuilder::MethodExistingPoints and associativity is off.
Created in NX11.0.1.

License requirements : ugweld ("UG WELD")

Parameters
notifyIfParentPointMovedtrue- provide notificaton when parent moves. false - do not provide notification.
void NXOpen::Weld::JointmarkBuilder::SetOrientationMethod ( NXOpen::Weld::JointmarkBuilder::OrientationMethodTypes  orientationMethod)

Sets the orientation method for defining a csys
Created in NX10.0.0.



License requirements : ugweld ("UG WELD")

Parameters
orientationMethodorientationmethod
void NXOpen::Weld::JointmarkBuilder::SetPlane ( NXOpen::Plane plane)

Sets the plane used for mirror
Created in NX9.0.0.



License requirements : ugweld ("UG WELD")

Parameters
planeplane
void NXOpen::Weld::JointmarkBuilder::SetProjectionDirectionOption ( NXOpen::Weld::JointmarkBuilder::ProjectionDirectionOptions  projectionOption)

Sets the projection direction option used to project NXOpen::Weld::JointmarkBuilder::SelectPointsObject onto the NXOpen::Weld::JointmarkBuilder::GetReferenceSheet .


Created in NX10.0.2.

License requirements : ugweld ("UG WELD")

Parameters
projectionOptionprojectionoption
void NXOpen::Weld::JointmarkBuilder::SetReferenceSheetType ( NXOpen::Weld::JointmarkBuilder::ReferenceSheetTypes  refSheet)

Sets the type of reference sheet
Created in NX9.0.0.



License requirements : ugweld ("UG WELD")

Parameters
refSheetrefsheet
void NXOpen::Weld::JointmarkBuilder::SetReuseFeaturesMethod ( NXOpen::Weld::JointmarkBuilder::ReuseMethod  reuseMethod)

Sets the method used to infer feature parameters if all connected parts are the same, or skip inferring due to connected parts being different.


Created in NX11.0.1.

License requirements : ugweld ("UG WELD")

Parameters
reuseMethodreusemethod
void NXOpen::Weld::JointmarkBuilder::SetShowThruState ( bool  status)

Indicates whether the output objects should show thru on creation
Created in NX10.0.0.



License requirements : ugweld ("UG WELD")

Parameters
statusstatus
void NXOpen::Weld::JointmarkBuilder::SetShowWorkCsys ( bool  showWorkCsys)

Sets the option to control if the work coordinate system should be showing.


Created in NX10.0.0.

License requirements : ugweld ("UG WELD")

Parameters
showWorkCsysshowworkcsys
void NXOpen::Weld::JointmarkBuilder::SetTranslateCsys ( NXOpen::CoordinateSystem csys)

Sets the coordinate system that defines the translate offset directions.

If not specified the absolute csys will be used.
Created in NX10.0.0.

License requirements : ugweld ("UG WELD")

Parameters
csyscsys
void NXOpen::Weld::JointmarkBuilder::SetVector ( NXOpen::Direction vector)

Sets the vector which points to Y axis
Created in NX9.0.0.



License requirements : ugweld ("UG WELD")

Parameters
vectorvector
bool NXOpen::Weld::JointmarkBuilder::ShowWorkCsys ( )

Returns the option to control if the work coordinate system should be showing.


Created in NX10.0.0.

License requirements : ugweld ("UG WELD")

NXOpen::CoordinateSystem* NXOpen::Weld::JointmarkBuilder::TranslateCsys ( )

Returns the coordinate system that defines the translate offset directions.

If not specified the absolute csys will be used.
Created in NX10.0.0.

License requirements : None

NXOpen::Expression* NXOpen::Weld::JointmarkBuilder::TranslateX ( )

Returns the expression containing the value of the x translation distance.


Created in NX9.0.0.

License requirements : None

NXOpen::Expression* NXOpen::Weld::JointmarkBuilder::TranslateY ( )

Returns the expression containing the value of the y translation distance.


Created in NX10.0.0.

License requirements : None

NXOpen::Expression* NXOpen::Weld::JointmarkBuilder::TranslateZ ( )

Returns the expression containing the value of the z translation distance.


Created in NX10.0.0.

License requirements : None

void NXOpen::Weld::JointmarkBuilder::UpdateFeatures ( )

Updates all the items on the points list based on the construction method and related inputs.


Created in NX9.0.0.

License requirements : ugweld ("UG WELD")

void NXOpen::Weld::JointmarkBuilder::UpdatePoint ( )

Updates the selected point by projecting it to the guide curve.


Created in NX10.0.2.

License requirements : ugweld ("UG WELD")

NXOpen::Features::Feature* NXOpen::Weld::JointmarkBuilder::UpdateReferenceSheet ( bool  facesModified)

Prepares a Reference Sheet for placing Jointmark features.

If the sheet is suppressed, it will be unsuppressed.

Returns

Created in NX9.0.0.

License requirements : ugweld ("UG WELD")
Parameters
facesModifiedIndicates if Reference Sheet needs to be updated.
NXOpen::Direction* NXOpen::Weld::JointmarkBuilder::Vector ( )

Returns the vector which points to Y axis
Created in NX9.0.0.



License requirements : ugweld ("UG WELD")


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