Class ModelFormerWithBaseSurfaceHelper
Inheritance
ModelFormerWithBaseSurfaceHelper
Assembly: CAMAPI.DotnetHelper.dll
public static class ModelFormerWithBaseSurfaceHelper
Methods
QueryInterface on a generic ICamApiModelFormer. Check .IsNull
if the former does not support a base surface (i.e. it's not a TCurveOpModelFormer
or TEngraveModelFormer descendant).
Declaration
public static ComWrapper<ICamApiModelFormerWithBaseSurface> AsWithBaseSurface(this ComWrapper<ICamApiModelFormer> formerCom)
Parameters
Returns
Returns the base surface configuration (singleton, always non-null).
Declaration
public static ComWrapper<ICamApiBaseSurface> GetBaseSurface(this ComWrapper<ICamApiModelFormerWithBaseSurface> formerCom)
Parameters
Returns