SubDSurfaceMeshCacheExists Method |
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.9
Syntax public bool SurfaceMeshCacheExists(
bool bTextureCoordinatesExist,
bool bCurvaturesExist,
bool bColorsExist
)
Public Function SurfaceMeshCacheExists (
bTextureCoordinatesExist As Boolean,
bCurvaturesExist As Boolean,
bColorsExist As Boolean
) As Boolean
Parameters
- bTextureCoordinatesExist
- Type: SystemBoolean
If True, the cache must contain texture coordinates information. - bCurvaturesExist
- Type: SystemBoolean
If True, the cache must contain curvature information. - bColorsExist
- Type: SystemBoolean
If True, the cache must contain color information.
Return Value
Type:
BooleanTrue if the cache exists on all face fragments and has the required options.
Remarks See Also