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

Uses basic heuristics to estimate the primitive shape

Namespace:  OpenMetaverse
Assembly:  OpenMetaverse (in OpenMetaverse.dll) Version: 1.0.0.20057

Syntax

         
 C#  Visual Basic  Visual C++ 
public PrimType Type { get; }
Public ReadOnly Property Type As PrimType
public:
property PrimType Type {
	PrimType get ();
}

See Also