Library | Module

Class pfcOffsetAttachment



Description

This interface represents a detail item offset attachment that refers to a point or axis.
See Also:
pfcDetailLeaders, pfcBaseSession.Select(), MpfcSelect.CreateComponentSelection(), MpfcSelect.CreateModelItemSelection()
Direct Parent Classes:
pfcAttachment



Property Summary

pfcSelectionAttachedGeometry
Selection representing the item to attach to. This should include the drawing model view. The attachment will occur at the selected parameters
pfcPoint3DAttachmentPoint
The attachment point, in screen coordinates.



Method Summary

static pfcOffsetAttachmentCreate (pfcSelection inAttachedGeometry, pfcPoint3D inAttachmentPoint)
Creates a data object, used for attaching a detail item, offset to a reference point or axis.



Property Detail


pfcSelectionAttachedGeometry

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




pfcPoint3DAttachmentPoint

The attachment point, in screen coordinates.
Manual References:
Drawings: Offset Attachment





Method Detail


static pfcOffsetAttachmentCreate (pfcSelection inAttachedGeometry, pfcPoint3D inAttachmentPoint)

Creates a data object, used for attaching a detail item, offset to a reference point or axis.
See Also:
pfcDetailLeaders, pfcBaseSession.Select(), MpfcSelect.CreateComponentSelection(), MpfcSelect.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: