IGlobalAPI_DG Interface
- LockInitialisationContext
- GetGenerator
- LaunchExplorer
- GetReferenceCount
- AddRefUnsafe
- ReleaseUnsafe
- GetTechnology
- GetCoreContext
IControlInitialisationContext_DG LockInitialisationContext()
IObjectGenerator_DG GetGenerator()
void LaunchExplorer(IModel_DG model, IView_DG view)
int GetReferenceCount(IUnk anInterface)
int AddRefUnsafe(IUnk anInterface)
int ReleaseUnsafe(IUnk anInterface)
ITechnology_DG GetTechnology(String name)
IDictionary_DG GetCoreContext()
Returns set of parameters used in pure geometric operations. In the current version it contains only parameters relevant to BRep to Mesh geometry conversion.
Details.
Property |
Description |
Type |
Parameter ID |
Default |
DeviationParametricToMeshConversion |
Deviation for BRep to Mesh background conversion |
Double |
0 |
0.1 |
DeviationParametricToMeshConversionDefault |
The read-only default for DeviationParametricToMeshConversion |
Double |
1 |
0.1 |
UseViewDeviation |
If true and a view reference is available, an automatic deviation will be used instead of DeviationParametricToMeshConversion |
Boolean |
0 |
true |
|