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

Represents a LineDesigner::TypedConnectorFeature Features.FeatureBuilder
To create a new instance of this class, use NXOpen::LineDesigner::LineDesignerManager::CreateTypedConnectorFeatureBuilder
Default values. More...

Inheritance diagram for NXOpen::LineDesigner::TypedConnectorFeatureBuilder:
NXOpen::Features::FeatureBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  BehaviorOnMismatch { BehaviorOnMismatchDontcreatetheconnection, BehaviorOnMismatchContinuewithoutpropagatingtheparticularone }
 This enum is providing possible behavior on mismatch in propagated expressions. More...
 

Public Member Functions

NXString ConnectorCompatibleTypeName ()
 Returns the connector compatible type name
Created in NX10.0.0. More...
 
NXOpen::DirectionConnectorDirection ()
 Returns the connector direction
Created in NX9.0.0. More...
 
NXString ConnectorName ()
 Returns the connector name
Created in NX9.0.0. More...
 
NXOpen::DirectionConnectorParallelToObjectDirection ()
 Returns the connector parallel to object direction
Created in NX9.0.0. More...
 
NXOpen::PointConnectorPoint ()
 Returns the connector point
Created in NX9.0.0. More...
 
NXString ConnectorTypeName ()
 Returns the connector type name
Created in NX10.0.0. More...
 
std::vector< NXStringGetConnectorCompatibleTypeList ()
 The compatible connector types are returns. More...
 
std::vector< NXOpen::Expression * > GetConnectorExpressionPropagationList ()
 The connectors propagated expressions. More...
 
NXOpen::LineDesigner::TypedConnectorFeatureBuilder::BehaviorOnMismatch MismatchBehavior ()
 Returns the status of behavior on mismatch property
Created in NX9.0.0. More...
 
bool ReversePropagation ()
 Returns the status of if reverse propagation is on
Created in NX10.0.0. More...
 
void SelectPropagatedExpressions ()
 The propagated expressions is set during creation of connector
Created in NX9.0.0. More...
 
void SetConnectorCompatibleTypeList (const std::vector< NXString > &connectorCompatibleTypeList)
 The connector compatible types are set
Created in NX9.0.0. More...
 
void SetConnectorCompatibleTypeName (const NXString &connectorCompatibleTypeName)
 Sets the connector compatible type name
Created in NX10.0.0. More...
 
void SetConnectorCompatibleTypeName (const char *connectorCompatibleTypeName)
 Sets the connector compatible type name
Created in NX10.0.0. More...
 
void SetConnectorDirection (NXOpen::Direction *connectorDirection)
 Sets the connector direction
Created in NX9.0.0. More...
 
void SetConnectorExpressionPropagationList (const std::vector< NXOpen::Expression * > &connectorExpressionPropagationList)
 The connectors propagated expressions are set
Created in NX9.0.0. More...
 
void SetConnectorName (const NXString &connectorName)
 Sets the connector name
Created in NX9.0.0. More...
 
void SetConnectorName (const char *connectorName)
 Sets the connector name
Created in NX9.0.0. More...
 
void SetConnectorParallelToObjectDirection (NXOpen::Direction *connectorParallelToObjectDirection)
 Sets the connector parallel to object direction
Created in NX9.0.0. More...
 
void SetConnectorPoint (NXOpen::Point *connectorPoint)
 Sets the connector point
Created in NX9.0.0. More...
 
void SetConnectorTypeName (const NXString &connectorTypeName)
 Sets the connector type name
Created in NX10.0.0. More...
 
void SetConnectorTypeName (const char *connectorTypeName)
 Sets the connector type name
Created in NX10.0.0. More...
 
void SetMismatchBehavior (NXOpen::LineDesigner::TypedConnectorFeatureBuilder::BehaviorOnMismatch mismatchBehavior)
 Sets the status of behavior on mismatch property
Created in NX9.0.0. More...
 
void SetNthConnectorExpressionPropagationList (int nthExpressionPropagationList, NXOpen::Expression *connectorExpressionPropagationList)
 The Nth expressions from connectors propagated expressions are set
Created in NX9.0.0. More...
 
void SetReversePropagation (bool reversePropagation)
 Sets the status of if reverse propagation is on
Created in NX10.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 LineDesigner::TypedConnectorFeature Features.FeatureBuilder
To create a new instance of this class, use NXOpen::LineDesigner::LineDesignerManager::CreateTypedConnectorFeatureBuilder
Default values.

Property Value

MismatchBehavior

Dontcreatetheconnection

ReversePropagation

0


Created in NX9.0.0.

Member Enumeration Documentation

This enum is providing possible behavior on mismatch in propagated expressions.

Enumerator
BehaviorOnMismatchDontcreatetheconnection 

dontcreatetheconnection

BehaviorOnMismatchContinuewithoutpropagatingtheparticularone 

continuewithoutpropagatingtheparticularone

Member Function Documentation

NXString NXOpen::LineDesigner::TypedConnectorFeatureBuilder::ConnectorCompatibleTypeName ( )

Returns the connector compatible type name
Created in NX10.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

NXOpen::Direction* NXOpen::LineDesigner::TypedConnectorFeatureBuilder::ConnectorDirection ( )

Returns the connector direction
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

NXString NXOpen::LineDesigner::TypedConnectorFeatureBuilder::ConnectorName ( )

Returns the connector name
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

NXOpen::Direction* NXOpen::LineDesigner::TypedConnectorFeatureBuilder::ConnectorParallelToObjectDirection ( )

Returns the connector parallel to object direction
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

NXOpen::Point* NXOpen::LineDesigner::TypedConnectorFeatureBuilder::ConnectorPoint ( )

Returns the connector point
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

NXString NXOpen::LineDesigner::TypedConnectorFeatureBuilder::ConnectorTypeName ( )

Returns the connector type name
Created in NX10.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

std::vector<NXString> NXOpen::LineDesigner::TypedConnectorFeatureBuilder::GetConnectorCompatibleTypeList ( )

The compatible connector types are returns.

Returns

Created in NX9.0.0.

License requirements : ld_line_designer ("FULL LINE DESIGNER")
std::vector<NXOpen::Expression *> NXOpen::LineDesigner::TypedConnectorFeatureBuilder::GetConnectorExpressionPropagationList ( )

The connectors propagated expressions.

Returns

Created in NX9.0.0.

License requirements : ld_line_designer ("FULL LINE DESIGNER")
NXOpen::LineDesigner::TypedConnectorFeatureBuilder::BehaviorOnMismatch NXOpen::LineDesigner::TypedConnectorFeatureBuilder::MismatchBehavior ( )

Returns the status of behavior on mismatch property
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

bool NXOpen::LineDesigner::TypedConnectorFeatureBuilder::ReversePropagation ( )

Returns the status of if reverse propagation is on
Created in NX10.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

void NXOpen::LineDesigner::TypedConnectorFeatureBuilder::SelectPropagatedExpressions ( )

The propagated expressions is set during creation of connector
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

void NXOpen::LineDesigner::TypedConnectorFeatureBuilder::SetConnectorCompatibleTypeList ( const std::vector< NXString > &  connectorCompatibleTypeList)

The connector compatible types are set
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
connectorCompatibleTypeListconnectorcompatibletypelist
void NXOpen::LineDesigner::TypedConnectorFeatureBuilder::SetConnectorCompatibleTypeName ( const NXString connectorCompatibleTypeName)

Sets the connector compatible type name
Created in NX10.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
connectorCompatibleTypeNameconnectorcompatibletypename
void NXOpen::LineDesigner::TypedConnectorFeatureBuilder::SetConnectorCompatibleTypeName ( const char *  connectorCompatibleTypeName)

Sets the connector compatible type name
Created in NX10.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
connectorCompatibleTypeNameconnectorcompatibletypename
void NXOpen::LineDesigner::TypedConnectorFeatureBuilder::SetConnectorDirection ( NXOpen::Direction connectorDirection)

Sets the connector direction
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
connectorDirectionconnectordirection
void NXOpen::LineDesigner::TypedConnectorFeatureBuilder::SetConnectorExpressionPropagationList ( const std::vector< NXOpen::Expression * > &  connectorExpressionPropagationList)

The connectors propagated expressions are set
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
connectorExpressionPropagationListconnectorexpressionpropagationlist
void NXOpen::LineDesigner::TypedConnectorFeatureBuilder::SetConnectorName ( const NXString connectorName)

Sets the connector name
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
connectorNameconnectorname
void NXOpen::LineDesigner::TypedConnectorFeatureBuilder::SetConnectorName ( const char *  connectorName)

Sets the connector name
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
connectorNameconnectorname
void NXOpen::LineDesigner::TypedConnectorFeatureBuilder::SetConnectorParallelToObjectDirection ( NXOpen::Direction connectorParallelToObjectDirection)

Sets the connector parallel to object direction
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
connectorParallelToObjectDirectionconnectorparalleltoobjectdirection
void NXOpen::LineDesigner::TypedConnectorFeatureBuilder::SetConnectorPoint ( NXOpen::Point connectorPoint)

Sets the connector point
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
connectorPointconnectorpoint
void NXOpen::LineDesigner::TypedConnectorFeatureBuilder::SetConnectorTypeName ( const NXString connectorTypeName)

Sets the connector type name
Created in NX10.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
connectorTypeNameconnectortypename
void NXOpen::LineDesigner::TypedConnectorFeatureBuilder::SetConnectorTypeName ( const char *  connectorTypeName)

Sets the connector type name
Created in NX10.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
connectorTypeNameconnectortypename
void NXOpen::LineDesigner::TypedConnectorFeatureBuilder::SetMismatchBehavior ( NXOpen::LineDesigner::TypedConnectorFeatureBuilder::BehaviorOnMismatch  mismatchBehavior)

Sets the status of behavior on mismatch property
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
mismatchBehaviormismatchbehavior
void NXOpen::LineDesigner::TypedConnectorFeatureBuilder::SetNthConnectorExpressionPropagationList ( int  nthExpressionPropagationList,
NXOpen::Expression connectorExpressionPropagationList 
)

The Nth expressions from connectors propagated expressions are set
Created in NX9.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
nthExpressionPropagationListnthexpressionpropagationlist
connectorExpressionPropagationListconnectorexpressionpropagationlist
void NXOpen::LineDesigner::TypedConnectorFeatureBuilder::SetReversePropagation ( bool  reversePropagation)

Sets the status of if reverse propagation is on
Created in NX10.0.0.



License requirements : ld_line_designer ("FULL LINE DESIGNER")

Parameters
reversePropagationreversepropagation

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