ObjModel
01 Syntax
Microsoft.VisualBasic.Imaging.Landscape.Wavefront.ObjModel
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ToSceneModel | 1 | 将 OBJ 模型转换为统一的 SceneModel 对象, 以便与 CFD 体素化等下游处理流程对接。 |
| ReadFile | 1 |
03 Properties
04 Members
ToSceneModel
将 OBJ 模型转换为统一的 SceneModel 对象, 以便与 CFD 体素化等下游处理流程对接。
Returns
转换后的 SceneModel,若输入无效则返回 Nothing
mtllib
lib file name of mtl data
parts
comment
ReadFile(
StreamReader)