|  | 
| 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.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
 Syntax
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
See Also