Click or drag to resize
Ab4d.SharpEngine logo

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.Meshes
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax
C#
public 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

StandardMesh
mesh that represents a hash symbol
See Also