Click or drag to resize

ObjectAttributesComputedSectionStyle Method

[Missing <summary> documentation for "M:Rhino.DocObjects.ObjectAttributes.ComputedSectionStyle(Rhino.RhinoDoc,Rhino.DocObjects.ObjectAttributes,System.Boolean,System.Guid)"]

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public SectionStyle ComputedSectionStyle(
	RhinoDoc doc,
	ObjectAttributes sectionerAttributes,
	bool computeColors,
	Guid viewport_id
)

Parameters

doc
Type: RhinoRhinoDoc

[Missing <param name="doc"/> documentation for "M:Rhino.DocObjects.ObjectAttributes.ComputedSectionStyle(Rhino.RhinoDoc,Rhino.DocObjects.ObjectAttributes,System.Boolean,System.Guid)"]

sectionerAttributes
Type: Rhino.DocObjectsObjectAttributes

[Missing <param name="sectionerAttributes"/> documentation for "M:Rhino.DocObjects.ObjectAttributes.ComputedSectionStyle(Rhino.RhinoDoc,Rhino.DocObjects.ObjectAttributes,System.Boolean,System.Guid)"]

computeColors
Type: SystemBoolean

[Missing <param name="computeColors"/> documentation for "M:Rhino.DocObjects.ObjectAttributes.ComputedSectionStyle(Rhino.RhinoDoc,Rhino.DocObjects.ObjectAttributes,System.Boolean,System.Guid)"]

viewport_id
Type: SystemGuid

[Missing <param name="viewport_id"/> documentation for "M:Rhino.DocObjects.ObjectAttributes.ComputedSectionStyle(Rhino.RhinoDoc,Rhino.DocObjects.ObjectAttributes,System.Boolean,System.Guid)"]

Return Value

Type: SectionStyle

[Missing <returns> documentation for "M:Rhino.DocObjects.ObjectAttributes.ComputedSectionStyle(Rhino.RhinoDoc,Rhino.DocObjects.ObjectAttributes,System.Boolean,System.Guid)"]

See Also