pycatia.cat_tps_interfaces.fta_infra_setting_att

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-09-25 14:34:21.593357

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.cat_tps_interfaces.fta_infra_setting_att.FtaInfraSettingAtt(com_object)

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
System.SettingController
FTAInfraSettingAtt

Represents the FT&A (Functional Tolerancing & Annotation) infrastructure
setting controller object.
Role: The FT&A infrastructure setting controller object deals with the setting
parameters displayed in:

The Tolerancing property page for the Tolerancing Standard and the Leader
Associativity setting parameters.
To access this property page:
Click the Options command in the Tools menu
Click + left of Mechanical Design to unfold the workbench
list
Click Functional Tolerancing & Annotation
Click Tolerancing
The Display property page for the Grid Display, the Grid Snap Point, the
Allow Distorsions, the Grid Primary Spacing, the Grid Secondary Step, the GridV
Primary Spacing, the GridV Secondary Step, the Under Set Tree Visu, the Under
View Tree Visu, and the Under Feature Tree Visu setting
parameters.
To access this property page:
Click the Options command in the Tools menu
Click + left of Mechanical Design to unfold the workbench
list
Click Functional Tolerancing & Annotation
Click Display
The Manipulators property page for the Manipulator Reference Size, the
Manipulator Zoom Capability, and the Move After Creation, setting
parameters.
To access this property page:
Click the Options command in the Tools menu
Click + left of Mechanical Design to unfold the workbench
list
Click Functional Tolerancing & Annotation
Click Manipulators
The View/Annotation Plane property page for the View Associativity, the
View Referential, the View Referential Zoomable, and the View Profile setting
parameters.
To access this property page:
Click the Options command in the Tools menu
Click + left of Mechanical Design to unfold the workbench
list
Click Functional Tolerancing & Annotation
Click View/Annotation Plane
The Cgr Management property page for the Save in CGR setting
parameter.
To access this property page:
Click the Options command in the Tools menu
Click + left of Infrastructure to unfold the workbench
list
Click Product Structure
Click Cgr Management

The Save in CGR setting parameter represents the state of the check button
named: Save FTA 3D Annotation representation in CGR.
property allow_distortions: bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property AllowDistortions() As boolean

Returns or sets the Allow Distortions setting parameter
value.
True if the Allow Distortions setting parameter is checked and thus enables
distorsions.
Role: The Allow Distortions setting parameter defines whether grid spacing
and graduations are the same horizontally and vertically (no distorsion) or not
(distorsions enabled).
Return type:

bool

get_allow_distortions_info(admin_level: str, o_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetAllowDistortionsInfo(CATBSTR AdminLevel,
CATBSTR oLocked) As boolean

Retrieves information about the Allow Distorsions setting parameter
value.
Refer to SettingController for a detailed description.
Parameters:
  • admin_level (str) –

  • o_locked (str) –

Return type:

bool

get_grid_display_info(admin_level: str, o_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetGridDisplayInfo(CATBSTR AdminLevel,
CATBSTR oLocked) As boolean

Retrieves information about the Grid Display setting parameter
value.
Refer to SettingController for a detailed description.
Parameters:
  • admin_level (str) –

  • o_locked (str) –

Return type:

bool

get_grid_primary_spacing_info(admin_level: str, o_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetGridPrimarySpacingInfo(CATBSTR AdminLevel,
CATBSTR oLocked) As boolean

Retrieves information about the Grid Primary Spacing setting parameter
value.
Refer to SettingController for a detailed description.
Parameters:
  • admin_level (str) –

  • o_locked (str) –

Return type:

bool

get_grid_secondary_step_info(admin_level: str, o_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetGridSecondaryStepInfo(CATBSTR AdminLevel,
CATBSTR oLocked) As boolean

Retrieves information about the Grid Secondary Step setting parameter
value.
Refer to SettingController for a detailed description.
Parameters:
  • admin_level (str) –

  • o_locked (str) –

Return type:

bool

get_grid_snap_point_info(admin_level: str, o_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetGridSnapPointInfo(CATBSTR AdminLevel,
CATBSTR oLocked) As boolean

Retrieves information about the Grid Snap Point setting parameter
value.
Refer to SettingController for a detailed description.
Parameters:
  • admin_level (str) –

  • o_locked (str) –

Return type:

bool

get_grid_v_primary_spacing_info(admin_level: str, o_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetGridVPrimarySpacingInfo(CATBSTR AdminLevel,
CATBSTR oLocked) As boolean

Retrieves information about the GridV Primary Spacing setting parameter
value.
Refer to SettingController for a detailed description.
Parameters:
  • admin_level (str) –

  • o_locked (str) –

Return type:

bool

get_grid_v_secondary_step_info(admin_level: str, o_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetGridVSecondaryStepInfo(CATBSTR AdminLevel,
CATBSTR oLocked) As boolean

Retrieves information about the GridV Secondary Step setting parameter
value.
Refer to SettingController for a detailed description.
Parameters:
  • admin_level (str) –

  • o_locked (str) –

Return type:

bool

get_leader_associativity_info(admin_level: str, o_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetLeaderAssociativityInfo(CATBSTR AdminLevel,
CATBSTR oLocked) As boolean

Retrieves information about the Leader Associativity setting parameter
value.
Refer to SettingController for a detailed description.
Parameters:
  • admin_level (str) –

  • o_locked (str) –

Return type:

bool

get_man_ref_size_info(admin_level: str, o_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetManRefSizInfo(CATBSTR AdminLevel,
CATBSTR oLocked) As boolean

Retrieves information about the Manipulator Reference Size setting
parameter value.
Refer to SettingController for a detailed description.
Parameters:
  • admin_level (str) –

  • o_locked (str) –

Return type:

bool

get_man_zoo_cap_info(admin_level: str, o_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetManZooCapInfo(CATBSTR AdminLevel,
CATBSTR oLocked) As boolean

Retrieves information about the Manipulator Zoom Capability setting
parameter value.
Refer to SettingController for a detailed description.
Parameters:
  • admin_level (str) –

  • o_locked (str) –

Return type:

bool

get_move_after_creation_info(admin_level: str, o_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetMoveAfterCreationInfo(CATBSTR AdminLevel,
CATBSTR oLocked) As boolean

Retrieves information about the Move After Creation setting parameter
value.
Refer to SettingController for a detailed description.
Parameters:
  • admin_level (str) –

  • o_locked (str) –

Return type:

bool

get_save_in_cgr_info(admin_level: str, o_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetSaveInCGRInfo(CATBSTR AdminLevel,
CATBSTR oLocked) As boolean

Retrieves information about the Save In CGR setting parameter
value.
Refer to SettingController for a detailed description.
Parameters:
  • admin_level (str) –

  • o_locked (str) –

Return type:

bool

get_standard_info(admin_level: str, o_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetStandardInfo(CATBSTR AdminLevel,
CATBSTR oLocked) As boolean

Retrieves information about the Tolerancing Standard setting parameter
value.
Refer to SettingController for a detailed description.
Parameters:
  • admin_level (str) –

  • o_locked (str) –

Return type:

bool

get_under_feature_info(admin_level: str, o_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetUnderFeatureInfo(CATBSTR AdminLevel,
CATBSTR oLocked) As boolean

Retrieves information about the Under Geometric Feature Nodes setting
parameter value.
Refer to SettingController for a detailed description.
Parameters:
  • admin_level (str) –

  • o_locked (str) –

Return type:

bool

get_under_set_info(admin_level: str, o_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetUnderSetInfo(CATBSTR AdminLevel,
CATBSTR oLocked) As boolean

Retrieves information about the Under Annotation Set Node setting parameter
value.
Refer to SettingController for a detailed description.
Parameters:
  • admin_level (str) –

  • o_locked (str) –

Return type:

bool

get_under_view_info(admin_level: str, o_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetUnderViewInfo(CATBSTR AdminLevel,
CATBSTR oLocked) As boolean

Retrieves information about the Under View/Annotation Plane Nodes setting
parameter value.
Refer to SettingController for a detailed description.
Parameters:
  • admin_level (str) –

  • o_locked (str) –

Return type:

bool

get_view_associativity_info(admin_level: str, o_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetViewAssociativityInfo(CATBSTR AdminLevel,
CATBSTR oLocked) As boolean

Retrieves information about the View Associativity setting parameter
value.
Refer to SettingController for a detailed description.
Parameters:
  • admin_level (str) –

  • o_locked (str) –

Return type:

bool

get_view_profile_info(admin_level: str, o_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetViewProfileInfo(CATBSTR AdminLevel,
CATBSTR oLocked) As boolean

Retrieves information about the View Profile setting parameter
value.
Refer to SettingController for a detailed description.
Parameters:
  • admin_level (str) –

  • o_locked (str) –

Return type:

bool

get_view_referential_info(admin_level: str, o_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetViewReferentialInfo(CATBSTR AdminLevel,
CATBSTR oLocked) As boolean

Retrieves information about the View Referential setting parameter
value.
Refer to SettingController for a detailed description.
Parameters:
  • admin_level (str) –

  • o_locked (str) –

Return type:

bool

get_view_referential_zoomable_info(admin_level: str, o_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetViewReferentialZoomableInfo(CATBSTR AdminLevel,
CATBSTR oLocked) As boolean

Retrieves information about the View Referential Zoomable setting parameter
value.
Refer to SettingController for a detailed description.
Parameters:
  • admin_level (str) –

  • o_locked (str) –

Return type:

bool

property grid_display: bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property GridDisplay() As boolean

Returns or sets the Grid Display setting parameter value.
True if the Grid Display setting parameter is checked and thus enables the
grid to be displayed.
Role: The Grid Display setting parameter displays a grid on the active
view.
Return type:

bool

property grid_primary_spacing: float

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property GridPrimarySpacing() As double

Returns or sets the Grid Primary Spacing setting parameter
value.
Role: The Grid Primary Spacing setting parameter defines the horizontal
spacing on the grid, expressed in millimiters. The default value is 100mm.
Return type:

float

property grid_secondary_step: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property GridSecondaryStep() As long

Returns or sets the Grid Secondary Step setting parameter
value.
Role: The Grid Secondary Step setting parameter defines the grid’s
horizontal graduations. The default value is 10.
Return type:

int

property grid_snap_point: bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property GridSnapPoint() As boolean

Returns or sets the Grid Snap Point setting parameter
value.
True if the Grid Snap Point setting parameter is checked and thus enables
the annotation to be snapped to the nearest grid point. Otherwise, the gris is
not used to anchor the annotation.
Return type:

bool

property grid_v_primary_spacing: float

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property GridVPrimarySpacing() As double

Returns or sets the GridV Primary Spacing setting parameter
value.
Role: The GridV Primary Spacing setting parameter defines the vertical
spacing on the grid, expressed in millimiters. The default value is 100mm. Set
this value only if distorsions are allowed thanks to the AllowDistortions
property. Otherwise, the value sets to the Grid Primary Spacing setting
parameter thanks to the GridPrimarySpacing for horizontal spacing is taken into
account.
Return type:

float

property grid_v_secondary_step: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property GridVSecondaryStep() As long

Returns or sets the GridV Secondary Step setting parameter
value.
Role: The GridV Secondary Step setting parameter defines the grid’s
vertical graduations. The default value is 10. Set this value only if
distorsions are allowed thanks to the AllowDistortions property. Otherwise, the
value sets to the Grid Secondary Step setting parameter thanks to the
GridSecondaryStep for the number of horizontal graduations is taken into
account.
Return type:

int

property leader_associativity: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property LeaderAssociativity() As CATFTALeaderAssociativity

Returns or sets the Leader Associativity setting parameter
value.
Role: The Leader Associativity setting parameter defines the associativity
of a leader with the pointed geometrical element.
Returns:

enum catfta_leader_associativity

Return type:

int

property man_ref_siz: float

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property ManRefSiz() As double

Returns or sets the Manipulator Reference Size setting parameter
value.
Role: The Manipulator Reference Size setting parameter defines the size of
the manipulator attached to the end of an annotation leader. The default value
is 2mm.
Return type:

float

property man_zoo_cap: bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property ManZooCap() As boolean

Returns or sets the Manipulator Zoom Capability setting parameter
value.
True if the Manipulator Zoom Capability setting parameter is checked and
thus enables the annotation leader end manipulator to be zoomable. Otherwise,
it is not zoomable.
Return type:

bool

property move_after_creation: bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property MoveAfterCreation() As boolean

Returns or sets the Move After Creation setting parameter
value.
True if the Move After Creation setting parameter is checked and thus
enables the annotation leader end manipulator to be moved, after the annotation
creation, along lines or curves that represent the intersection between the
geometry and the annotation’s plane. Otherwise, the annotation leader end
manipulator cannot be moved.
Return type:

bool

property save_in_cgr: bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property SaveInCGR() As boolean

Returns or sets the Save In CGR setting parameter value.
True if the Save In CGR setting parameter is checked.
Role: When set to True, the FT&A 3D Annotation representations are saved in
CGR. Otherwise, they are not saved.
Return type:

bool

set_allow_distortions_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetAllowDistortionsLock(boolean iLocked)

Locks or unlocks the Allow Distorsions setting parameter
value.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_grid_display_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetGridDisplayLock(boolean iLocked)

Locks or unlocks the Grid Display setting parameter value.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_grid_primary_spacing_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetGridPrimarySpacingLock(boolean iLocked)

Locks or unlocks the Grid Primary Spacing setting parameter
value.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_grid_secondary_step_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetGridSecondaryStepLock(boolean iLocked)

Locks or unlocks the Grid Secondary Step setting parameter
value.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_grid_snap_point_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetGridSnapPointLock(boolean iLocked)

Locks or unlocks the Grid Snap Point setting parameter
value.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_grid_v_primary_spacing_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetGridVPrimarySpacingLock(boolean iLocked)

Locks or unlocks the GridV Primary Spacing setting parameter
value.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_grid_v_secondary_step_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetGridVSecondaryStepLock(boolean iLocked)

Locks or unlocks the GridV Secondary Step setting parameter
value.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_leader_associativity_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetLeaderAssociativityLock(boolean iLocked)

Locks or unlocks the Leader Associativity setting parameter
value.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_man_ref_size_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetManRefSizLock(boolean iLocked)

Locks or unlocks the Manipulator Reference Size setting parameter
value.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_man_zoo_cap_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetManZooCapLock(boolean iLocked)

Locks or unlocks the Manipulator Zoom Capability setting parameter
value.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_move_after_creation_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetMoveAfterCreationLock(boolean iLocked)

Locks or unlocks the Move After Creation setting parameter
value.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_save_in_cgr_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetSaveInCGRLock(boolean iLocked)

Locks or unlocks the Save In CGR setting parameter value.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_standard_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetStandardLock(boolean iLocked)

Locks or unlocks the Tolerancing Standard setting parameter
value.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_under_feature_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetUnderFeatureLock(boolean iLocked)

Locks or unlocks the Under Geometric Feature Nodes setting parameter
value.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_under_set_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetUnderSetLock(boolean iLocked)

Locks or unlocks the Under Annotation Set Node setting parameter
value.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_under_view_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetUnderViewLock(boolean iLocked)

Locks or unlocks the Under View/Annotation Plane Nodes setting parameter
value.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_view_associativity_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetViewAssociativityLock(boolean iLocked)

Locks or unlocks the View Associativity setting parameter
value.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_view_profile_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetViewProfileLock(boolean iLocked)

Locks or unlocks the View Profile setting parameter value.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_view_referential_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetViewReferentialLock(boolean iLocked)

Locks or unlocks the View Referential setting parameter
value.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

set_view_referential_zoomable_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetViewReferentialZoomableLock(boolean iLocked)

Locks or unlocks the View Referential Zoomable setting parameter
value.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

property standard: str

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property Standard() As CATBSTR

Returns or sets the Tolerancing Standard setting parameter
value.
Role: The Tolerancing Standard setting parameter defines the standard of
the annotation’s set.
Legal values: five conventional standards are available:

ASME: American Society for Mechanical Engineers
ASME_3D: American Society for Mechanical Engineers
ANSI: American National Standards Institute
JIS: Japanese Industrial Standard
ISO: International Organization for Standardization
Return type:

str

property under_feature: bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property UnderFeature() As boolean

Returns or sets the Under Geometric Feature Nodes setting parameter
value.
True if the Under Geometric Feature Nodes setting parameter is checked and
thus enables 3D annotations to be displayed in the specification tree. This
lets you view 3D annotations under the Part Design or Generative Shape Design
feature nodes to which they are applied.
Return type:

bool

property under_set: bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property UnderSet() As boolean

Returns or sets the Under Annotation Set Node setting parameter
value.
True if the Under Annotation Set Node setting parameter is checked and thus
enables 3D annotations to be displayed under the annotation set node in the
specification tree. Set this parameter to True only if the Under
View/Annotation Plane Nodes setting parameter managed by UnderView is set to
True.
Return type:

bool

property under_view: bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property UnderView() As boolean

Returns or sets the Under View/Annotation Plane Nodes setting parameter
value.
True if the Under View/Annotation Plane Nodes setting parameter is checked
and thus enables 3D annotations to be displayed under the view/annotation plane
nodes in the specification tree. This lets you view 3D annotations under the
view node to which they are linked.
Return type:

bool

property view_associativity: bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property ViewAssociativity() As boolean

Returns or sets the View Associativity setting parameter
value.
True if the View Associativity setting parameter is checked and thus
enables the associativity of the view/annotation plane associativity with the
pointed geometrical elements.
Role: The View Associativity setting parameter defines whether the views
created are associative with the geometry. When views are associative to the
geometry, any modification applied to the geometry or to the axis system is
reflected in the view definition.
Return type:

bool

property view_profile: bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property ViewProfile() As boolean

Returns or sets the View Profile setting parameter value.
True if the View Profile setting parameter is checked and thus enables the
view/annotation plane profile on the part/product to be displayed.
Return type:

bool

property view_referential: bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property ViewReferential() As boolean

Returns or sets the View Referential setting parameter
value.
True if the View Referential setting parameter is checked and thus enables
the display of the active annotation plane axis system.
Return type:

bool

property view_referential_zoomable: bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property ViewReferentialZoomable() As boolean

Returns or sets the View Referential Zoomable setting parameter
value.
True if the View Referential Zoomable setting parameter is checked and thus
enables the annotation plane axis to be zoomable.
Return type:

bool