| Library | Module | Frames | Expand |
| Property | AttachmentParam | as Double [optional] |
| The parameter on the entity (typically a t parameter). null, if the attachment type is SYMDEFATTACH_FREE or SYMDEFATTACH_RADIAL_LEADER. | ||
| Property | AttachmentPoint | as IpfcPoint3D |
| The attachment point, in the coordinate system of the symbol definition. | ||
| Property | EntityId | as Long [optional] |
| The identifier of the symbol definition entity. null, if the attachment type is SYMDEFATTACH_FREE. | ||
| Property | Type | as IpfcSymbolDefAttachmentType |
| The type of attachment. | ||
| Function | CCpfcSymbolDefAttachment.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 | AttachmentParam | as Double [optional] |
|
The parameter on the entity (typically a t parameter). null, if the attachment type is SYMDEFATTACH_FREE or SYMDEFATTACH_RADIAL_LEADER. |
| Property | AttachmentPoint | as IpfcPoint3D |
|
The attachment point, in the coordinate system of the symbol definition. |
| Property | EntityId | as Long [optional] |
|
The identifier of the symbol definition entity. null, if the attachment type is SYMDEFATTACH_FREE. |
| Property | Type | as IpfcSymbolDefAttachmentType |
|
The type of attachment. |
| Function | CCpfcSymbolDefAttachment.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.
|