PointcloudViewModelLoadSTLModel Method |
Loads STL file into group model
Namespace:
Rubedos.RosToolsApplicationBase.Pointcloud
Assembly:
Rubedos.RosToolsApplicationBase (in Rubedos.RosToolsApplicationBase.dll) Version: 1.0.0.2330 (1.0.00000.2330)
Syntaxpublic void LoadSTLModel(
GroupModel3D modelGroup,
Vector3D originOffset = null,
Material overrideMaterial = null
)
Parameters
- modelGroup
- Type: GroupModel3D
Specify where to load file model - originOffset (Optional)
- Type: System.Windows.Media.Media3DVector3D
offsets the model by given vector (if origin is different than specified in file) - overrideMaterial (Optional)
- Type: Material
Override default material with this one. Leave null to keep original
See Also