Request

Response

    GeometryConfiguration class

    The Geometry configuration class where you can configure GUSDK configuration such as STEPProtocol, STEPTolerance, etc.

    public class GeometryConfiguration
    

    Public Members

    namedescription
    GeometryConfiguration() The default constructor.
    IsFlatSTEPAssembly { get; set; } Used to flatten step assembly
    STEPProtocol { get; set; } Application protocol for STEP translation.
    STEPTolerance { get; set; } Tolerance used for STEP translation.
    WantAssetIdAsLabel { get; set; } Used to get asset id as label
    ValidateSTEPTolerance() It will validate the STEPTolerance.

    See Also