Library | Module

Interface IpfcParametricAttachment



Description

This interface represents a detail item attachment on an entity or item.
See Also:
IpfcDetailLeaders, IpfcBaseSession.Select(), CMpfcSelect.CreateComponentSelection(), CMpfcSelect.CreateModelItemSelection()
Direct Parent Classes:
IpfcAttachment



Property Summary

PropertyAttachedGeometryas IpfcSelection
Selection representing the item to attach to. This should include the drawing model view. The attachment will occur at the selected parameters



Method Summary

FunctionCCpfcParametricAttachment.Create (inAttachedGeometry as IpfcSelection) as IpfcParametricAttachment
Creates a data object, used for attaching a detail item to an item.



Property Detail


PropertyAttachedGeometryas IpfcSelection

Selection representing the item to attach to. This should include the drawing model view. The attachment will occur at the selected parameters





Method Detail


FunctionCCpfcParametricAttachment.Create (inAttachedGeometry as IpfcSelection) as IpfcParametricAttachment

Creates a data object, used for attaching a detail item to an item.
See Also:
IpfcDetailLeaders, IpfcBaseSession.Select(), CMpfcSelect.CreateComponentSelection(), CMpfcSelect.CreateModelItemSelection()
Parameters:
inAttachedGeometry
Selection representing the item to attach to. This should include the drawing model view. The attachment will occur at the selected parameters
Returns: