Point3dField Class

Point3dField Class

Point3d field value class
Inheritance Hierarchy
SystemObject
  Rhino.Render.FieldsField
    Rhino.Render.FieldsPoint3dField

Namespace:  Rhino.Render.Fields
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class Point3dField : Field
Public Class Point3dField
	Inherits Field

The Point3dField type exposes the following members.

Properties
  NameDescription
Public propertyKey Obsolete.
Field name value string passed to the constructor
(Inherited from Field.)
Public propertyName
Field name value string passed to the constructor.
(Inherited from Field.)
Public propertyTag
Gets or sets an object that contains data to associate with the field.
(Inherited from Field.)
Public propertyValue
Gets or sets the field value
Top
Methods
  NameDescription
Protected methodCreateCppPointer (Inherited from Field.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Protected methodValueAsBool
Return field value as a bool.
(Inherited from Field.)
Protected methodValueAsByteArray
Return field as a byte array.
(Inherited from Field.)
Protected methodValueAsColor4f
Return field as a Rhino.Display.Color4f color value.
(Inherited from Field.)
Protected methodValueAsDateTime
Return field as a DateTime value.
(Inherited from Field.)
Protected methodValueAsDouble
Return field value as a double precision number.
(Inherited from Field.)
Protected methodValueAsFloat
Return field value as floating point number.
(Inherited from Field.)
Protected methodValueAsGuid
Return field value as Guid.
(Inherited from Field.)
Protected methodValueAsInt
Return field value as integer.
(Inherited from Field.)
Public methodValueAsObject (Overrides FieldValueAsObject.)
Protected methodValueAsPoint2d
Return field as a Rhino.Geometry.Point2d color value.
(Inherited from Field.)
Protected methodValueAsPoint3d
Return field as a Rhino.Geometry.Point3d color value.
(Inherited from Field.)
Protected methodValueAsPoint4d
Return field as a Rhino.Geometry.Point4d color value.
(Inherited from Field.)
Protected methodValueAsString
Get field value as a string.
(Inherited from Field.)
Protected methodValueAsTransform
Return field as a Rhino.Geometry.Transform color value.
(Inherited from Field.)
Protected methodValueAsVector2d
Return field as a Rhino.Geometry.Vector2d color value.
(Inherited from Field.)
Protected methodValueAsVector3d
Return field as a Rhino.Geometry.Vector3d color value.
(Inherited from Field.)
Top
Version Information

Rhino for Windows

Supported in: 6.8
See Also