Click or drag to resize

ModelSectionStyle Class

Represents a Rhino model section style. Wraps the functionality of the SectionStyle type.
Inheritance Hierarchy
SystemObject
  Grasshopper.RhinocerosModelData
    Grasshopper.RhinocerosModelContent
      Grasshopper.RhinocerosModelComponentContent
        Grasshopper.Rhinoceros.DraftingModelSectionStyle

Namespace:  Grasshopper.Rhinoceros.Drafting
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public sealed class ModelSectionStyle : ModelComponentContent, 
	IGH_BakeAwareData

The ModelSectionStyle type exposes the following members.

Constructors
  NameDescription
Public methodModelSectionStyle
Initializes a new instance of the ModelSectionStyle class
Public methodModelSectionStyle(ModelSectionStyleAttributes)
Initializes a new instance of the ModelSectionStyle class
Public methodModelSectionStyle(Guid)
Initializes a new instance of the ModelSectionStyle class
Public methodModelSectionStyle(SectionStyle)
Initializes a new instance of the ModelSectionStyle class
Top
Properties
Methods
Operators
See Also