ComponentOccurrenceProxy.GetDegreesOfFreedom Method
Parent Object: ComponentOccurrenceProxyDescription
Method that returns the available degrees of freedom for the occurrence.
Syntax
ComponentOccurrenceProxy.GetDegreesOfFreedom( TranslationDegreesCount As Long, TranslationDegreesVectors As ObjectsEnumerator, RotationDegreesCount As Long, RotationDegreesVectors As ObjectsEnumerator, DOFCenter As Point )Parameters
Name | Type | Description |
TranslationDegreesCount | Long | Output Long that returns the number of available translational degrees of freedom. The value can be from 0 to 3. |
TranslationDegreesVectors | ObjectsEnumerator | Output ObjectsEnumerator that returns Vector objects corresponding to the available translational degrees of freedom. |
RotationDegreesCount | Long | Output Long that returns the number of available rotational degrees of freedom. The value can be from 0 to 3. |
RotationDegreesVectors | ObjectsEnumerator | Output ObjectsEnumerator that returns Vector objects corresponding to the available rotational degrees of freedom. |
DOFCenter | Point | Output Point object that returns the DOF center as displayed by Inventor. |