Class FactoryGeometryFileHelper
Helper methods for ICamApiFactoryGeometryFile
Inherited Members
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class FactoryGeometryFileHelper
Methods
CreateObject(ComWrapper<ICamApiFactoryGeometryFile>)
Create a new geometry file writer object.
Declaration
public static ComWrapper<ISTGeomFiler> CreateObject(this ComWrapper<ICamApiFactoryGeometryFile> factoryCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiFactoryGeometryFile> | factoryCom |
Returns
| Type | Description |
|---|---|
| ComWrapper<ISTGeomFiler> |
GetSingleton()
Resolves the ICamApiFactoryGeometryFile singleton extension.
Declaration
public static ComWrapper<ICamApiFactoryGeometryFile> GetSingleton()
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamApiFactoryGeometryFile> |