Library | Module

Interface IpfcOffsetAttachment



Description

This interface represents a detail item offset attachment that refers to a point or axis.
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
PropertyAttachmentPointas IpfcPoint3D
The attachment point, in screen coordinates.



Method Summary

FunctionCCpfcOffsetAttachment.Create (inAttachedGeometry as IpfcSelection, inAttachmentPoint as IpfcPoint3D) as IpfcOffsetAttachment
Creates a data object, used for attaching a detail item, offset to a reference point or axis.



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




PropertyAttachmentPointas IpfcPoint3D

The attachment point, in screen coordinates.





Method Detail


FunctionCCpfcOffsetAttachment.Create (inAttachedGeometry as IpfcSelection, inAttachmentPoint as IpfcPoint3D) as IpfcOffsetAttachment

Creates a data object, used for attaching a detail item, offset to a reference point or axis.
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
inAttachmentPoint
The attachment point, in screen coordinates.
Returns: