Click or drag to resize

ObjectAttributesCustomMeshingParameters Property

Returns or sets the per-object render meshing parameters, which controls the object's render mesh density. If this property is null, then the object uses the document's render meshing parameters. To remove the per-object render meshing parameters, set this property to null.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.6
Syntax
public MeshingParameters CustomMeshingParameters { get; set; }

Property Value

Type: MeshingParameters
See Also