Request

Response

    SourceGeometryTypeEnum enumeration

    public enum SourceGeometryTypeEnum
    

    Values

    namevaluedescription
    KSourceGeometryTypeUnknown 0 Unknown producer geometry type.
    KSourceGeometryTypeBrepMixed 1 Brep body contains both faces and wires.
    KSourceGeometryTypeBrepSolid 2 Solid body has topology.
    KSourceGeometryTypeBrepSheet 3 Surface body has topology.
    KSourceGeometryTypeSurface 4 Surface without topology.
    KSourceGeometryTypeBrepWire 5 Wire body has topology.
    KSourceGeometryTypeCurve 6 Curve without topology.

    See Also