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

[Missing <summary> documentation for M:Mogware.VisualStudio.ColladaNet.Geometry.Mesh.RemoveNonOccludedPolygons(System.Collections.Generic.List{Mogware.VisualStudio.ColladaNet.Geometry.Geometry},System.Boolean,System.Boolean,Mogware.VisualStudio.ColladaNet.UIUpdate.UIUpdateEvent)]

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

Syntax

C#
public int RemoveNonOccludedPolygons(
	List<Geometry> occludingGeometries,
	bool bUseFaceNormals,
	bool bUseVertexNormals,
	UIUpdate..::.UIUpdateEvent UIupdate
)
Visual Basic (Declaration)
Public Function RemoveNonOccludedPolygons ( _
	occludingGeometries As List(Of Geometry), _
	bUseFaceNormals As Boolean, _
	bUseVertexNormals As Boolean, _
	UIupdate As UIUpdate..::.UIUpdateEvent _
) As Integer
Visual C++
public:
int RemoveNonOccludedPolygons(
	List<Geometry^>^ occludingGeometries, 
	bool bUseFaceNormals, 
	bool bUseVertexNormals, 
	UIUpdate..::.UIUpdateEvent^ UIupdate
)

Parameters

occludingGeometries
Type: System.Collections.Generic..::.List<(Of <(Geometry>)>)

[Missing <param name="occludingGeometries"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Geometry.Mesh.RemoveNonOccludedPolygons(System.Collections.Generic.List{Mogware.VisualStudio.ColladaNet.Geometry.Geometry},System.Boolean,System.Boolean,Mogware.VisualStudio.ColladaNet.UIUpdate.UIUpdateEvent)"]

bUseFaceNormals
Type: System..::.Boolean

[Missing <param name="bUseFaceNormals"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Geometry.Mesh.RemoveNonOccludedPolygons(System.Collections.Generic.List{Mogware.VisualStudio.ColladaNet.Geometry.Geometry},System.Boolean,System.Boolean,Mogware.VisualStudio.ColladaNet.UIUpdate.UIUpdateEvent)"]

bUseVertexNormals
Type: System..::.Boolean

[Missing <param name="bUseVertexNormals"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Geometry.Mesh.RemoveNonOccludedPolygons(System.Collections.Generic.List{Mogware.VisualStudio.ColladaNet.Geometry.Geometry},System.Boolean,System.Boolean,Mogware.VisualStudio.ColladaNet.UIUpdate.UIUpdateEvent)"]

UIupdate
Type: Mogware.VisualStudio.ColladaNet..::.UIUpdate..::.UIUpdateEvent

[Missing <param name="UIupdate"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Geometry.Mesh.RemoveNonOccludedPolygons(System.Collections.Generic.List{Mogware.VisualStudio.ColladaNet.Geometry.Geometry},System.Boolean,System.Boolean,Mogware.VisualStudio.ColladaNet.UIUpdate.UIUpdateEvent)"]

Return Value

[Missing <returns> documentation for M:Mogware.VisualStudio.ColladaNet.Geometry.Mesh.RemoveNonOccludedPolygons(System.Collections.Generic.List{Mogware.VisualStudio.ColladaNet.Geometry.Geometry},System.Boolean,System.Boolean,Mogware.VisualStudio.ColladaNet.UIUpdate.UIUpdateEvent)]

See Also