CompoundPath
Compound path
Constructors
- CompoundPath(name ,paths )
- CompoundPath(name ,paths ,mechanicalSet ,color ,visibility )
Fields Summary
- Field
- Description
- color
- Compound path Color
- mechanicalSet
- Mechanical set
- name
- Name of the compound path
- paths
- Section list
- visibility
- Compound path Visibility
Methods Summary
- Method
- Description
- setInvisible
- Modify path visibility
- setVisible
- Modify path visibility
Fields Details
- color
- color : Compound path Color - [0..1] Color
- mechanicalSet
- mechanicalSet : Mechanical set - [0..1] MechanicalSet
- name
- name : Name of the compound path - [1..1] String
- paths
- paths : Section list - [1..N] Path
- visibility
- visibility : Compound path Visibility - [0..1] Visibility
Method Details
- setInvisible
-
-
Syntax
setInvisible()
-
Parameters
No parameter
-
Returns
No return value
-
- setVisible
-
-
Syntax
setVisible()
-
Parameters
No parameter
-
Returns
No return value
-