Creates a new instance of the class XPolygonMesh with polygon parameters and the material XMaterial.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public XPolygonMesh(
	float height,
	float bevelX,
	float bevelZ,
	ICollection points
)

Parameters

height
Type: System..::.Single
An object height.
bevelX
Type: System..::.Single
Bevel in X-axis.
bevelZ
Type: System..::.Single
Bevel in Z-axis.
points
Type: System.Collections..::.ICollection
Individual points of an object entered in order x1, y1, x2, y2 ...

See Also