Skip to content

Commit

Permalink
Added STEPCAFControl and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-urbanczyk committed Apr 30, 2020
1 parent 40db6cd commit 6e16af5
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion ocp.toml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,14 @@ modules = ["Standard",
"StepData",
"XSControl",
"IFSelect",
"IFGraph"
"IFGraph",
"STEPCAFControl",
"XCAFApp",
"XCAFDimTolObjects",
"XCAFDoc",
"XCAFNoteObjects",
"XCAFPrs",
"XCAFView"
]

exclude = ["Standard_Handle.hxx","Standard",
Expand Down Expand Up @@ -844,3 +851,19 @@ struct NSView {};"""
body = "[]( V3d_View & self){ return self.ChangeRenderingParams();}"
help = "Returns reference to current rendering parameters and effect settings."
return_policy = "py::return_value_policy::reference_internal"

[Modules.STEPCAFControl]

include_header_pre = "#include <XCAFDoc_ShapeTool.hxx>"
exclude_typedefs = ["STEPCAFControl_DataMapOfShapePD","STEPCAFControl_DataMapOfShapePD",
"STEPCAFControl_DataMapOfSDRExternFile","STEPCAFControl_DataMapOfSDRExternFile",
"STEPCAFControl_DataMapOfPDExternFile","STEPCAFControl_DataMapOfLabelExternFile",
"STEPCAFControl_DataMapOfShapeSDR"]

[Modules.XCAFDimTolObjects]

exclude_typedefs = ["XCAFDimTolObjects_DataMapOfToleranceDatum"]

[Modules.XCAFPrs]

exclude_typedefs = ["XCAFPrs_DataMapOfStyleTransient"]

0 comments on commit 6e16af5

Please sign in to comment.