[This is preliminary documentation and is subject to change.]

Initializes a new instance of the Triangles class

Namespace:  Mogware.VisualStudio.ColladaNet.Geometry
Assembly:  Mogware.VisualStudio.ColladaNet (in Mogware.VisualStudio.ColladaNet.dll) Version: 1.0.0.3216 (1.0.0.3216)

Syntax

C#
public Triangles(
	XmlElement primitiveElement,
	InputList inputs
)
Visual Basic (Declaration)
Public Sub New ( _
	primitiveElement As XmlElement, _
	inputs As InputList _
)
Visual C++
public:
Triangles(
	XmlElement^ primitiveElement, 
	InputList^ inputs
)

Parameters

primitiveElement
Type: System.Xml..::.XmlElement

[Missing <param name="primitiveElement"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Geometry.Triangles.#ctor(System.Xml.XmlElement,Mogware.VisualStudio.ColladaNet.InputList)"]

inputs
Type: Mogware.VisualStudio.ColladaNet..::.InputList

[Missing <param name="inputs"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Geometry.Triangles.#ctor(System.Xml.XmlElement,Mogware.VisualStudio.ColladaNet.InputList)"]

See Also