vcAssemblyPatternSlot
Assembly pattern slot defines a single location, including its position and orientation, in the assembly. Assembly slots are child objects of assembly patterns (vcAssemblyPattern).
Properties
Name |
Type |
Access |
Description |
Properties |
List of vcProperty |
R |
Property container. |
OrderIndex |
Integer |
RW |
Controls the order in which the pattern slots are created. |
Position |
vcMatrix |
RW |
Defines the positions of the slot within the pattern. |
Pattern |
vcAssemblyPattern |
R |
Defines the pattern that the slot is part of. |
UniqueID |
String |
R |
Unique identifier for the assembly pattern slot. |
Item |
vcAssemblyPatternItem |
R |
Defines the item that fills the assembly pattern slot in the assembly pattern. |
Methods
Name |
Return Type |
Parameters |
Description |
deleteProperty |
None |
vcProperty property |
Deletes a property of the step. |
getProperty |
vcProperty |
String propertyName |
Returns a property of the step. |
createProperty |
vcProperty |
Enumeration type, String name, [Enumeration constraints] |
Creates a new property to the step. See Property Constraint Constants for more information. |
Events
Name |
Parameters |
Description |
OnItemChanged |
vcAssemblyPatternItem |
Triggered when the item is replaced by another. |