 |
MeshFactoryCreateHashSymbolMesh Method |
Creates a mesh that represents a customized hash symbol.
This method is used to create a 3D hash symbol for Ab4d.SharpEngine logo.
Namespace: Ab4d.SharpEngine.MeshesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntaxpublic static StandardMesh CreateHashSymbolMesh(
Vector3 centerPosition,
Vector3 shapeYVector,
Vector3 extrudeVector,
float size,
float barThickness,
float barOffset,
string? name = null
)
Parameters
- centerPosition Vector3
- center position
- shapeYVector Vector3
- shape up vector
- extrudeVector Vector3
- mesh extrude direction vector
- size Single
- size of the hash symbol
- barThickness Single
- thickness of the bars
- barOffset Single
- offset of the bars
- name String (Optional)
- optional name
Return Value
StandardMeshmesh that represents a hash symbol
See Also