 |
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: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
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