NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::Diagramming::ConnectionLocationBuilder Class Reference

Represents a ConnectionLocationBuilder. More...

Inheritance diagram for NXOpen::Diagramming::ConnectionLocationBuilder:
NXOpen::Diagramming::LocationBuilder NXOpen::Diagramming::BaseSubObjectBuilder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

int SegmentIdentifier ()
 Returns the segment identifier. More...
 
void SetSegmentIdentifier (int segmentId)
 Sets the segment identifier. More...
 
- Public Member Functions inherited from NXOpen::Diagramming::LocationBuilder
double EvaluatedValueX ()
 Returns the evaluated X coordinate value that is the result calculated by the input percentage and offset. More...
 
double EvaluatedValueY ()
 Returns the evaluated Y coordinate value that is the result calculated by input percentage and offset. More...
 
double InputPercentX ()
 Returns the user input percentage (0.0 to 1.0) of the width of the referenced object. More...
 
double InputPercentY ()
 Returns the user input percentage (0.0 to 1.0) of the height of the referenced object. More...
 
double InputValueX ()
 Returns the user input X coordinate. More...
 
double InputValueY ()
 Returns the user input Y coordinate. More...
 
NXOpen::Diagramming::SheetElementReference ()
 Returns the sheet element whose coordinate system the coordinate is specified in. More...
 
void SetInputPercentX (double inputPercentX)
 Sets the user input percentage (0.0 to 1.0) of the width of the referenced object. More...
 
void SetInputPercentY (double inputPercentY)
 Sets the user input percentage (0.0 to 1.0) of the height of the referenced object. More...
 
void SetInputValueX (double inputValueX)
 Sets the user input X coordinate. More...
 
void SetInputValueY (double inputValueY)
 Sets the user input Y coordinate. More...
 
void SetReference (NXOpen::Diagramming::SheetElement *reference)
 Sets the sheet element whose coordinate system the coordinate is specified in. More...
 
void SetValueX (double inputPercent, double inputValue)
 Set the x value of the location. More...
 
void SetValueY (double inputPercent, double inputValue)
 Set the y value of the location. More...
 
bool UpToDate ()
 Returns the up to date flag. More...
 
- Public Member Functions inherited from NXOpen::Diagramming::BaseSubObjectBuilder
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 ConnectionLocationBuilder.


This is a sub-builder class and cannot be directly instantiated

Created in NX10.0.0.

Member Function Documentation

int NXOpen::Diagramming::ConnectionLocationBuilder::SegmentIdentifier ( )

Returns the segment identifier.


Created in NX10.0.0.

License requirements : None

void NXOpen::Diagramming::ConnectionLocationBuilder::SetSegmentIdentifier ( int  segmentId)

Sets the segment identifier.


Created in NX10.0.0.

License requirements : None

Parameters
segmentIdsegmentid

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