NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::ConvertToFromReferenceBuilder Class Reference

Represents a ConvertToFromReferenceBuilder
To create a new instance of this class, use SketchCollection::CreateConvertToFromReferenceBuilder

Created in NX5.0.0. More...

Inheritance diagram for NXOpen::ConvertToFromReferenceBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Types

enum  OutputType { OutputTypeReference, OutputTypeActive }
 Represents the output type. More...

Public Member Functions

void AddProjectFeatureCurves (NXOpen::Curve *entity)
 Adds all output entities belonging to the project feature that contains the input tag to the input objects list of the command.
NXOpen::SelectNXObjectListInputObjects ()
 Returns the input objects.
NXOpen::ConvertToFromReferenceBuilder::OutputType OutputState ()
 Returns the output type.
void RemoveProjectFeatureCurves (NXOpen::Curve *entity)
 Removes all output entities belonging to the project feature that contains the input tag from the input objects list of the command.
bool SelectAllProjectFeatureCurves ()
 Returns the projected curve flag.
void SetOutputState (NXOpen::ConvertToFromReferenceBuilder::OutputType outputState)
 Sets the output type.
void SetSelectAllProjectFeatureCurves (bool selectAllProjectFeatureCurves)
 Sets the projected curve flag.

Detailed Description

Represents a ConvertToFromReferenceBuilder
To create a new instance of this class, use SketchCollection::CreateConvertToFromReferenceBuilder

Created in NX5.0.0.



Member Enumeration Documentation

Represents the output type.

Enumerator:
OutputTypeReference 

Outputs become reference objects.

OutputTypeActive 

Outputs become active objects.


Member Function Documentation

Adds all output entities belonging to the project feature that contains the input tag to the input objects list of the command.

The SelectAllProjectFeatureCurves flag must be set to true before this function is called.
Created in NX5.0.0.

License requirements : None

Parameters:
entityThe input curve tag.

Returns the input objects.

The input objects must belong to the active sketch. Only curves and dimensions can be added to this list.
Created in NX5.0.0.

License requirements : None

Returns the output type.

If the output type is set to Active, all the selected curves and dimensions will get their reference status as active and if the output type is set to reference, they will get their reference status as reference.
Created in NX5.0.0.

License requirements : None

Removes all output entities belonging to the project feature that contains the input tag from the input objects list of the command.

The SelectAllProjectFeatureCurves flag must be set to true before this function is called.
Created in NX5.0.0.

License requirements : None

Parameters:
entityThe input curve tag.

Returns the projected curve flag.

If this flag is ON and if at least one of the output curves of a sketch project feature are selected, all output curves of the sketch project feature will be selected.
Created in NX5.0.0.

License requirements : None

Sets the output type.

If the output type is set to Active, all the selected curves and dimensions will get their reference status as active and if the output type is set to reference, they will get their reference status as reference.
Created in NX5.0.0.

License requirements : None

Parameters:
outputStateoutput state

Sets the projected curve flag.

If this flag is ON and if at least one of the output curves of a sketch project feature are selected, all output curves of the sketch project feature will be selected.
Created in NX5.0.0.

License requirements : None

Parameters:
selectAllProjectFeatureCurvesselectallprojectfeaturecurves

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