NX Open C++ Reference Guide
|
Represents a Drawings::ViewBreakBuilder
This is a sub-builder class and cannot be directly instantiated
Created in NX9.0.0.
More...
Public Member Functions | |
double | BreakGap () |
Returns the break gap Created in NX9.0.0. | |
double | BreakLineAmplitude () |
Returns the break line amplitude Created in NX9.0.0. | |
NXOpen::LineColorFontWidthBuilder * | BreakLineColorWidth () |
Returns the break line color width Created in NX9.0.0. | |
double | BreakLineExtension () |
Returns the break line extension Created in NX9.0.0. | |
NXOpen::Drawings::ViewBreakBuilder::Viewbreaklinestyle | BreakLineStyle () |
Returns the break line style Created in NX9.0.0. | |
bool | PropagateViewBreak () |
Returns the propagate view break Created in NX9.0.0. | |
void | SetBreakGap (double breakGap) |
Sets the break gap Created in NX9.0.0. | |
void | SetBreakLineAmplitude (double breakLineAmplitude) |
Sets the break line amplitude Created in NX9.0.0. | |
void | SetBreakLineExtension (double breakLineExtension) |
Sets the break line extension Created in NX9.0.0. | |
void | SetBreakLineStyle (NXOpen::Drawings::ViewBreakBuilder::Viewbreaklinestyle breakLineStyle) |
Sets the break line style Created in NX9.0.0. | |
void | SetPropagateViewBreak (bool propagateViewBreak) |
Sets the propagate view break Created in NX9.0.0. | |
void | SetShowBreakLines (bool showBreakLines) |
Sets the show break lines Created in NX9.0.0. | |
bool | ShowBreakLines () |
Returns the show break lines Created in NX9.0.0. | |
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 a Drawings::ViewBreakBuilder
This is a sub-builder class and cannot be directly instantiated
Created in NX9.0.0.
style for view break line
double NXOpen::Drawings::ViewBreakBuilder::BreakGap | ( | ) |
Returns the break gap
Created in NX9.0.0.
License requirements : None
double NXOpen::Drawings::ViewBreakBuilder::BreakLineAmplitude | ( | ) |
Returns the break line amplitude
Created in NX9.0.0.
License requirements : None
NXOpen::LineColorFontWidthBuilder* NXOpen::Drawings::ViewBreakBuilder::BreakLineColorWidth | ( | ) |
Returns the break line color width
Created in NX9.0.0.
License requirements : None
double NXOpen::Drawings::ViewBreakBuilder::BreakLineExtension | ( | ) |
Returns the break line extension
Created in NX9.0.0.
License requirements : None
NXOpen::Drawings::ViewBreakBuilder::Viewbreaklinestyle NXOpen::Drawings::ViewBreakBuilder::BreakLineStyle | ( | ) |
Returns the break line style
Created in NX9.0.0.
License requirements : None
bool NXOpen::Drawings::ViewBreakBuilder::PropagateViewBreak | ( | ) |
Returns the propagate view break
Created in NX9.0.0.
License requirements : None
void NXOpen::Drawings::ViewBreakBuilder::SetBreakGap | ( | double | breakGap | ) |
Sets the break gap
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
breakGap | breakgap |
void NXOpen::Drawings::ViewBreakBuilder::SetBreakLineAmplitude | ( | double | breakLineAmplitude | ) |
Sets the break line amplitude
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
breakLineAmplitude | breaklineamplitude |
void NXOpen::Drawings::ViewBreakBuilder::SetBreakLineExtension | ( | double | breakLineExtension | ) |
Sets the break line extension
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
breakLineExtension | breaklineextension |
void NXOpen::Drawings::ViewBreakBuilder::SetBreakLineStyle | ( | NXOpen::Drawings::ViewBreakBuilder::Viewbreaklinestyle | breakLineStyle | ) |
Sets the break line style
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
breakLineStyle | breaklinestyle |
void NXOpen::Drawings::ViewBreakBuilder::SetPropagateViewBreak | ( | bool | propagateViewBreak | ) |
Sets the propagate view break
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
propagateViewBreak | propagateviewbreak |
void NXOpen::Drawings::ViewBreakBuilder::SetShowBreakLines | ( | bool | showBreakLines | ) |
Sets the show break lines
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
showBreakLines | showbreaklines |
bool NXOpen::Drawings::ViewBreakBuilder::ShowBreakLines | ( | ) |
Returns the show break lines
Created in NX9.0.0.
License requirements : None
|
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.