Library | Module

Interface IpfcSymbolDefAttachment



Description

This interface represents the way that an instance may be attached to a symbol definition.
See Also:
IpfcDetailSymbolDefInstructions



Property Summary

PropertyAttachmentParamas Double [optional]
The parameter on the entity (typically a t parameter). null, if the attachment type is SYMDEFATTACH_FREE or SYMDEFATTACH_RADIAL_LEADER.
PropertyAttachmentPointas IpfcPoint3D
The attachment point, in the coordinate system of the symbol definition.
PropertyEntityIdas Long [optional]
The identifier of the symbol definition entity. null, if the attachment type is SYMDEFATTACH_FREE.
PropertyTypeas IpfcSymbolDefAttachmentType
The type of attachment.



Method Summary

FunctionCCpfcSymbolDefAttachment.Create (inType as IpfcSymbolDefAttachmentType, inAttachmentPoint as IpfcPoint3D) as IpfcSymbolDefAttachment
Creates a data object that represents the way that an instance may be attached to a symbol definition.



Property Detail


PropertyAttachmentParamas Double [optional]

The parameter on the entity (typically a t parameter). null, if the attachment type is SYMDEFATTACH_FREE or SYMDEFATTACH_RADIAL_LEADER.




PropertyAttachmentPointas IpfcPoint3D

The attachment point, in the coordinate system of the symbol definition.




PropertyEntityIdas Long [optional]

The identifier of the symbol definition entity. null, if the attachment type is SYMDEFATTACH_FREE.




PropertyTypeas IpfcSymbolDefAttachmentType

The type of attachment.





Method Detail


FunctionCCpfcSymbolDefAttachment.Create (inType as IpfcSymbolDefAttachmentType, inAttachmentPoint as IpfcPoint3D) as IpfcSymbolDefAttachment

Creates a data object that represents the way that an instance may be attached to a symbol definition.
See Also:
IpfcDetailSymbolDefInstructions
Parameters:
inType
The type of attachment.
inAttachmentPoint
The attachment point, in the coordinate system of the symbol definition.
Returns: