NX Open C++ Reference Guide
|
Represents set of Base View Style Preferences applicable to drafting views. More...
Public Member Functions | |
void | LoadModelFromPart (const NXString &loadPartName, bool loadPartToggle) |
To load the assemblies arrangement part file. | |
void | LoadModelFromPart (const char *loadPartName, bool loadPartToggle) |
To load the assemblies arrangement part file. | |
void | SetAssemblyArrangement (const NXString &config) |
Sets the configuration for the arrangement in assembly after an arrangement part file is loaded. | |
void | SetAssemblyArrangement (const char *config) |
Sets the configuration for the arrangement in assembly after an arrangement part file is loaded. | |
void | SetFacetedRepresentation (bool isFacetedRepresentation) |
The status of faceted representation, if True the clipping bounds are inherited, else the imported model view is placed on the drawing with an Automatic Rectangular Boundary. | |
void | SetInheritClippingBoundary (bool isInheritClippingBoundary) |
The status of inherit clipping boundary, if True the model view's clipping boundary are inherited when model view is imported onto the drawing, else the imported model view is placed on the drawing with an Automatic Rectangular Boundary. | |
void | SetTransferAnnotation (bool isTransferAnnotation) |
The status of transfer annotation controls whether or not annotations created in a model view are transferred to the drawing when a view is imported. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents set of Base View Style Preferences applicable to drafting views.
<br> To obtain an instance of this class use @link Drawings::ViewStyle::BaseView Drawings::ViewStyle::BaseView@endlink <br>
Created in NX5.0.0.
void NXOpen::Drawings::BaseViewStyle::LoadModelFromPart | ( | const NXString & | loadPartName, |
bool | loadPartToggle | ||
) |
To load the assemblies arrangement part file.
If the logical argument is True, the part would be loaded.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
loadPartName | name of the loaded part NOTE: The full Unicode character set is not supported for this parameter. |
loadPartToggle | True or False status for loading the part. |
void NXOpen::Drawings::BaseViewStyle::LoadModelFromPart | ( | const char * | loadPartName, |
bool | loadPartToggle | ||
) |
To load the assemblies arrangement part file.
If the logical argument is True, the part would be loaded.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
loadPartName | name of the loaded part NOTE: The full Unicode character set is not supported for this parameter. |
loadPartToggle | True or False status for loading the part. |
void NXOpen::Drawings::BaseViewStyle::SetAssemblyArrangement | ( | const NXString & | config | ) |
Sets the configuration for the arrangement in assembly after an arrangement part file is loaded.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
config | name of the configuration for the arrangement NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Drawings::BaseViewStyle::SetAssemblyArrangement | ( | const char * | config | ) |
Sets the configuration for the arrangement in assembly after an arrangement part file is loaded.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
config | name of the configuration for the arrangement NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Drawings::BaseViewStyle::SetFacetedRepresentation | ( | bool | isFacetedRepresentation | ) |
The status of faceted representation, if True the clipping bounds are inherited, else the imported model view is placed on the drawing with an Automatic Rectangular Boundary.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
isFacetedRepresentation | is faceted representation |
void NXOpen::Drawings::BaseViewStyle::SetInheritClippingBoundary | ( | bool | isInheritClippingBoundary | ) |
The status of inherit clipping boundary, if True the model view's clipping boundary are inherited when model view is imported onto the drawing, else the imported model view is placed on the drawing with an Automatic Rectangular Boundary.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
isInheritClippingBoundary | Inherit XY clipping boundaries of model |
void NXOpen::Drawings::BaseViewStyle::SetTransferAnnotation | ( | bool | isTransferAnnotation | ) |
The status of transfer annotation controls whether or not annotations created in a model view are transferred to the drawing when a view is imported.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
isTransferAnnotation | is transfer annotation |
tag_t NXOpen::Drawings::BaseViewStyle::Tag | ( | ) | const |
Returns the tag of this object.