|
IGeom3DSurface
The IGeom3DSurface interface provides the basic information for a range of surface geometries. Through this interface you can get the type of surface, and by using the appropriate interface like IGeom3DCone, IGeom3DMesh, IGeom3DPlan, IGeom3DSphere, IGeom3DTorus, get more specific data about them.
Properties
Get |
||
Get |
Variant |
|
Get |
Long |
|
Get |
Sense |
Methods
Variant Evaluate (Double, Double ) |
Variant NormalFromPoint ( Double, Double, Double ) |
Integer TestPoint ( Variant ) |
Variant ClosestPoint ( Variant ) |
Variant ParametersByPoint ( Variant ) |
Boolean IsPlanar ( ) |
Boolean IsParametric ( ) |
Double Area ( ) |
Double ParamPeriodU ( ) |
Double ParamPeriodV ( ) |
Curvature ( Double, Double, Double, Variant, Double, Variant) |
GetMinMaxRadius ( Double, Double ) |
Variant Normal ( Variant, Double ) |
Variant DiscontinuitiesU ( Integer ) |
Variant DiscontinuitiesV ( Integer ) |
|