Method GetCollisionsManagement
GetCollisionsManagement(DocumentId, out ElementId, out bool, out bool, out bool)
Gets the collisions management of an assembly.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
void GetCollisionsManagement(DocumentId inDocumentId, out ElementId outRepresentationId, out bool outFindsIntersections, out bool outExcludesThreadingTapping, out bool outIsRefreshAuto)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of assembly document to analyze. |
| ElementId | outRepresentationId | Identifier of the analyzed representation entity, or empty if there is no collisions management. |
| bool | outFindsIntersections | Whether to find collisions intersections. |
| bool | outExcludesThreadingTapping | Whether to exclude threading-tapping collisions. |
| bool | outIsRefreshAuto | Whether refresh is automatic. |
Remarks
This method is available since v7.8.