Library | Module

Interface IpfcForeignSurfaceDescriptor



Description

A data object representing the characteristics of a foreign surface (defined by Creo Parametric TOOLKIT).
Direct Parent Classes:
IpfcTransformedSurfaceDescriptor



Property Summary

PropertyForeignIDas Long
The integer identifier of the foreign surface



Method Summary

FunctionCCpfcForeignSurfaceDescriptor.Create (Extents as IpfcSurfaceExtents, Orientation as IpfcSurfaceOrientation, Origin as IpfcTransform3D, ForeignID as Long) as IpfcForeignSurfaceDescriptor
This method creates a new ForeignSurfaceDescriptor object.



Property Detail


PropertyForeignIDas Long

The integer identifier of the foreign surface





Method Detail


FunctionCCpfcForeignSurfaceDescriptor.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