|
Mesh3ContainsQuads Property
|
Gets a value indicating whether the mesh contains quadrangular faces.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic bool ContainsQuads { get; }
Public ReadOnly Property ContainsQuads As Boolean
Get
public:
virtual property bool ContainsQuads {
bool get () sealed;
}
abstract ContainsQuads : bool with get
override ContainsQuads : bool with get
Property Value
Type:
BooleanImplements
IMeshContainsQuads
See Also