Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STEPControl_ModelType enum typo in docs #4

Open
raovgarimella opened this issue Dec 20, 2021 · 0 comments
Open

STEPControl_ModelType enum typo in docs #4

raovgarimella opened this issue Dec 20, 2021 · 0 comments

Comments

@raovgarimella
Copy link

raovgarimella commented Dec 20, 2021

The documentation for OCC.Core.STEPControl, in particular Readers and Writers references write modes STEPControlStd_AsIs, STEPControlStd_ManifoldSolidBrep etc. These names should not have the letters 'Std' in them - instead they should just be STEPControl_AsIs, STEPControl_ManifoldBRep etc.

See

<dt>Translates shape sh to a STEP entity. mode defines the STEP entity type to be output: - STEPControlStd_AsIs translates a shape to its highest possible STEP representation. - STEPControlStd_ManifoldSolidBrep translates a shape to a STEP manifold_solid_brep or brep_with_voids entity. - STEPControlStd_FacetedBrep translates a shape into a STEP faceted_brep entity. - STEPControlStd_ShellBasedSurfaceModel translates a shape into a STEP shell_based_surface_model entity. - STEPControlStd_GeometricCurveSet translates a shape into a STEP geometric_curve_set entity.</dt><dd><dl class="field-list simple">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant