API Documentation > Classes > Interface IpfcForeignSurfaceDescriptor
Interface IpfcForeignSurfaceDescriptor
Description
A data object representing the characteristics of a foreign surface (defined by Creo Parametric TOOLKIT).
Direct Parent Classes:
Property Summary
Property
as Long
The integer identifier of the foreign surface
Method Summary
Function
This method creates a new ForeignSurfaceDescriptor object.
Property Detail
Property
ForeignID
as Long
The integer identifier of the foreign surface
Method Detail
Function
CCpfcForeignSurfaceDescriptor.Create
(Extents as IpfcSurfaceExtents, Orientation as IpfcSurfaceOrientation, Origin as IpfcTransform3D, ForeignID as Long) as IpfcForeignSurfaceDescriptor
This method creates a new ForeignSurfaceDescriptor object.
Parameters:
Extents
The surface extents
Orientation
The surface orientation
Origin
The coordinate system of the surface
ForeignID
The foreign surface id
Returns:
The new ForeignSurfaceDescriptor object
Was this helpful?