NX Open C++ Reference Guide
|
Represents the Callout section of the Flat Pattern tab on the View Style Dialog (Drawings.ViewStyleFPCalloutsBuilder) More...
Public Types | |
enum | OrientationType { OrientationTypeLeadered, OrientationTypeAligned } |
This enum represents orientation types for the flat pattern callouts. More... | |
Public Member Functions | |
std::vector< NXString > | GetContents (const NXString &calloutType) |
Returns the contents for a Flat Pattern callout type. | |
std::vector< NXString > | GetContents (const char *calloutType) |
Returns the contents for a Flat Pattern callout type. | |
NXOpen::Drawings::ViewStyleFPCalloutConfigBuilder::OrientationType | GetOrientationType () |
Returns the orientation type for flat pattern callouts. | |
void | SetContents (const NXString &calloutType, std::vector< NXString > &contents) |
Sets the contents for a Flat Pattern callout type Created in NX9.0.0. | |
void | SetContents (const char *calloutType, std::vector< NXString > &contents) |
Sets the contents for a Flat Pattern callout type Created in NX9.0.0. | |
void | SetOrientationType (NXOpen::Drawings::ViewStyleFPCalloutConfigBuilder::OrientationType orientation) |
Sets the orientation type for flat pattern callouts. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the Callout section of the Flat Pattern tab on the View Style Dialog (Drawings.ViewStyleFPCalloutsBuilder)
Created in NX9.0.0.
std::vector<NXString> NXOpen::Drawings::ViewStyleFPCalloutConfigBuilder::GetContents | ( | const NXString & | calloutType | ) |
Returns the contents for a Flat Pattern callout type.
calloutType | The name of the callout for which to get the content. |
std::vector<NXString> NXOpen::Drawings::ViewStyleFPCalloutConfigBuilder::GetContents | ( | const char * | calloutType | ) |
Returns the contents for a Flat Pattern callout type.
calloutType | The name of the callout for which to get the content. |
NXOpen::Drawings::ViewStyleFPCalloutConfigBuilder::OrientationType NXOpen::Drawings::ViewStyleFPCalloutConfigBuilder::GetOrientationType | ( | ) |
Returns the orientation type for flat pattern callouts.
void NXOpen::Drawings::ViewStyleFPCalloutConfigBuilder::SetContents | ( | const NXString & | calloutType, |
std::vector< NXString > & | contents | ||
) |
Sets the contents for a Flat Pattern callout type
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
calloutType | The name of the callout for which to set the content. |
contents | The contents for the callout type. |
void NXOpen::Drawings::ViewStyleFPCalloutConfigBuilder::SetContents | ( | const char * | calloutType, |
std::vector< NXString > & | contents | ||
) |
Sets the contents for a Flat Pattern callout type
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
calloutType | The name of the callout for which to set the content. |
contents | The contents for the callout type. |
void NXOpen::Drawings::ViewStyleFPCalloutConfigBuilder::SetOrientationType | ( | NXOpen::Drawings::ViewStyleFPCalloutConfigBuilder::OrientationType | orientation | ) |
Sets the orientation type for flat pattern callouts.
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
orientation | The orientation type for the flat pattern callouts. |
|
virtual |
Validate whether the inputs to the component are sufficient for commit to be called.
If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.
Implements NXOpen::GeometricUtilities::IComponentBuilder.