Class CadApiSketchFaceHelper
Inheritance
CadApiSketchFaceHelper
Assembly: CADIPC.DotnetHelper.dll
Syntax
public static class CadApiSketchFaceHelper
Methods
Area(ComWrapper<ICadIpcSketchFace>)
Signed planar area of the face in the sketch coordinate system.
Declaration
public static double Area(this ComWrapper<ICadIpcSketchFace> faceCom)
Parameters
Returns
BaseZ(ComWrapper<ICadIpcSketchFace>)
Z coordinate of the face within the sketch's local coordinate system.
Declaration
public static double BaseZ(this ComWrapper<ICadIpcSketchFace> faceCom)
Parameters
Returns