ModelEarthAnchorPoint
Represents a Rhino Earth anchor point. Wraps the functionality of the EarthAnchorPoint type.
Inheritance Hierarchy
System.Object
Grasshopper.Rhinoceros.ModelData
Grasshopper.Rhinoceros.ModelContent
Grasshopper.Rhinoceros.Model.ModelEarthAnchorPoint
Namespace: Grasshopper.Rhinoceros.Model
Assembly: Grasshopper (in Grasshopper.dll)
Syntax
public sealed class ModelEarthAnchorPoint : ModelContent, IGH_BakeAwareData
The ModelEarthAnchorPoint type exposes the following members.
Constructors
Name
Description
Public Method
ModelEarthAnchorPoint.
Initializes a new instance of the ModelEarthAnchorPoint class
Public Method
ModelEarthAnchorPoint(ModelEarthAnchorPoint.Attributes)
Initializes a new instance of the ModelEarthAnchorPoint class
Public Method
ModelEarthAnchorPoint(EarthAnchorPoint)
Initializes a new instance of the ModelEarthAnchorPoint class
Properties
Name
Description
Public Property
Elevation
Gets a point elevation on earth, in meters.
Public Property
ElevationCoordinateSystem
Gets the value indicating the zero level convention relating to a location on Earth
Public Property
Id
(Inherited from ModelContent.)
Public Property
IsValid
(Inherited from ModelContent.)
Public Property
Latitude
Gets a point latitude on earth, in degrees. [-90, +90]
Public Property
Longitude
Gets a point longitude on earth, in degrees. [-180, +180]
Public Property
ModelCompass
Gets the corresponding compass plane in model coordinates
Public Property
Name
(Inherited from ModelContent.)
Public Property
Notes
(Inherited from ModelContent.)
Public Property
Parent
(Inherited from ModelContent.)
Public Property
Path
(Inherited from ModelContent.)
Public Property
Tags
(Inherited from ModelContent.)
Methods
Name
Description
Public Method
Static Member
Cast
Public Method
CastTo.T.(T.)
(Overrides
ModelContent.CastTo.T.(T.)
.)Public Method
CastTo.T.(T.)
(Inherited from ModelContent.)
Public Method
CastTo.T.(T.)
(Inherited from ModelData.)
Public Method
Equals(ModelContent)
(Inherited from ModelContent.)
Public Method
Equals(ModelData)
(Inherited from ModelData.)
Public Method
Equals(Object)
(Inherited from ModelContent.)
Public Method
GetHashCode
(Inherited from ModelContent.)
Public Method
ToAttributes
Public Method
ToDetails
(Inherited from ModelData.)
Public Method
TooltipString
(Overrides
ModelContent.TooltipString.
.)Public Method
ToString
(Overrides
ModelContent.ToString.
.)Operators
Name
Description
Public Operator
Static Member
.(ModelEarthAnchorPoint.Attributes to ModelEarthAnchorPoint)
Public Operator
Static Member
.(EarthAnchorPoint to ModelEarthAnchorPoint)