The DocObjects namespace contains types that correspond to geometry
that is found in a document.
Generally, these types reference an attribute and have a distinctive ID.
Classes
| Class | Description | |
|---|---|---|
| AngularDimensionObject |
Angular style dimension
| |
| AnnotationObjectBase |
Provides a base class for AnnotationBase-derived
objects that are placed in a document.
| |
| BitmapEntry |
Rhino.DocObjects.Tables.BitmapTable entry
| |
| BrepObject |
Represents a brep in a document.
| |
| ClippingPlaneObject |
Represents the object of a clipping plane,
stored in the Rhino document and with attributes.
| |
| ConstructionPlane |
Represents a contruction plane inside the document.
Use Rhino.DocObjects.Tables.NamedConstructionPlaneTable methods and indexers to add and access a ConstructionPlane. | |
| CurveObject |
A Rhino Object that represents curve geometry and attributes
| |
| DetailViewObject | ||
| DimensionStyle | ||
| EarthAnchorPoint |
Contains information about the model's position in latitude, longitude,
and elevation for GIS mapping applications.
| |
| ExtrusionObject | ||
| Font | ||
| GripObject | ||
| HatchObject | ||
| HatchPattern | ||
| HistoryRecord | ||
| InstanceDefinition | ||
| InstanceObject | ||
| Layer | ||
| LightObject | ||
| LinearDimensionObject |
Represents a LinearDimension
that is placed in a document.
| |
| Linetype | ||
| Material | ||
| MeshObject | ||
| MorphControlObject |
Represents a MorphControl in a document.
| |
| ObjectAttributes |
Attributes (color, material, layer,...) associated with a rhino object
| |
| ObjectEnumeratorSettings |
Settings used for getting an enumerator of objects in a document
See Rhino.Collections.ObjectTable.GetEnumerator()
| |
| ObjRef |
Represents a reference to a Rhino object.
| |
| PointCloudObject | ||
| PointObject | ||
| RadialDimensionObject |
A radius style dimension
| |
| ReplayHistoryData | ||
| ReplayHistoryResult | ||
| RhinoDeselectAllObjectsEventArgs | ||
| RhinoModifyObjectAttributesEventArgs | ||
| RhinoObject |
Represents an object in the document.
RhinoObjects should only ever be creatable by the RhinoDoc. | |
| RhinoObjectEventArgs | ||
| RhinoObjectSelectionEventArgs | ||
| RhinoReplaceObjectEventArgs | ||
| SurfaceObject |
Represents a surface in a document.
| |
| TextDotObject |
Represents a text dot that is a document.
| |
| TextObject |
Represents a text object in a document.
This is a wrapper for CRhinoAnnotationText. | |
| Texture |
Represents a texture that is mapped on objects.
| |
| ViewInfo |
Represents the name and orientation of a View (and named view).
views can be thought of as cameras. | |
| ViewportInfo |
Represents a viewing frustum.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| ActiveSpace | Defines the current working space. | |
| BasepointZero |
Specifies enumerated constants used to indicate the zero level convention relating to a location on Earth.
This is used in conjunction with the EarthAnchorPoint class. | |
| CoordinateSystem |
Defines enumerated values for coordinate systems to use as references.
| |
| DisplayMode |
Defines enumerated values for display modes, such as wireframe or shaded.
| |
| DistanceDisplayMode |
Defines enumerated values for the display of distances in US customary and Imperial units.
| |
| HatchPatternFillType | ||
| InstanceDefinitionLayerStyle |
A InstanceDefinitionUpdateType.Static or InstanceDefinitionUpdateType.LinkedAndEmbedded idef
must have LayerStyle = Unset, a InstanceDefinitionUpdateType.Linked InstanceDefnition must
have LayerStyle = Active or Reference
| |
| InstanceDefinitionUpdateType |
The possible relationships between the instance definition geometry
and the archive containing the original defition.
| |
| ObjectColorSource |
Defines enumerated values for the source of display color of single objects.
| |
| ObjectDecoration |
Defines bit mask values to represent object decorations.
| |
| ObjectLinetypeSource |
Defines enumerated values for the source of linetype of single objects.
| |
| ObjectMaterialSource |
Defines enumerated values for the source of material of single objects.
| |
| ObjectMode |
Defines enumerated values for the display and behavior of single objects.
| |
| ObjectPlotColorSource |
Defines enumerated values for the source of plotting/printing color of single objects.
| |
| ObjectPlotWeightSource |
Defines enumerated values for the source of plotting/printing weight of single objects.
| |
| ObjectType |
Defines binary mask values for each object type that can be found in a document.
| |
| SelectionMethod |
Defines enumerated values for several kinds of selection methods.
| |
| TextDisplayAlignment |
Defines enumerated values for the line alignment of text.
|