ConeSymbol Class
A volume symbol shaped like a cone.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public class ConeSymbol : VolumeSymbol
Remarks
A cone symbol is a simple 3D symbol that is easy to construct without any data file. The base surface of a cone is an approximate circle represented by a regular polygon with many sides; the number of sides is given by the Accuracy property. The height of the cone is given by the Height property, in meters. The diameter of the base circle will be 1 meter. Although this basic diameter cannot be changed via a ConeSymbol property, you can enlarge the entire symbol via PointVisualizer.Scale.
The appearance can be controlled also via other SymbolVisualizer properties, for example PointVisualizer.Color, and you can also attach a Material to a cone symbol to refine the visualization. You cannot apply a texture, though.
There is a predefined cone symbol, which in Carmenta Studio is available as VolumeSymbols.cone in the dropdown list for SymbolVisualizer.Symbol, and which is available in the APIs as the static property Cone.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
ResourceObject
Symbol
VolumeSymbol
ConeSymbol
Platforms
Windows, Linux, Android
See Also
Reference
Core Module
BoxSymbol
CylinderSymbol
PyramidSymbol
SphereSymbol
Symbol3D
SymbolVisualizer
ConeSymbol Members
The ConeSymbol type has the following members.
Constructors
Name | Description |
---|---|
ConeSymbol | Initializes a new instance of the ConeSymbol class. |
Properties
Name | Description |
---|---|
Accuracy | Gets or sets the circle accuracy, defined as the number of sides in the regular polygon. |
Gets the predefined brick fill pattern. Inherited from Symbol | |
Gets the predefined bullseye symbol. Inherited from Symbol | |
Gets the predefined burst symbol. Inherited from Symbol | |
Gets the predefined circle symbol. Inherited from Symbol | |
Gets the predefined circleCross symbol. Inherited from Symbol | |
Gets the predefined circleX symbol. Inherited from Symbol | |
Gets the predefined cone symbol. Inherited from VolumeSymbol | |
Gets the predefined cross symbol. Inherited from Symbol | |
Gets the predefined cube symbol. Inherited from VolumeSymbol | |
Gets the predefined cylinder symbol. Inherited from VolumeSymbol | |
Gets the predefined deciduousTree fill pattern. Inherited from Symbol | |
Gets the predefined diamond symbol. Inherited from Symbol | |
Gets the predefined dots1 fill pattern. Inherited from Symbol | |
Gets the predefined dots2 fill pattern. Inherited from Symbol | |
Gets an empty symbol or fill pattern. Inherited from Symbol | |
Gets the predefined evergreenTree fill pattern. Inherited from Symbol | |
Gets the predefined floodable fill pattern. Inherited from Symbol | |
Gets the predefined glacier fill pattern. Inherited from Symbol | |
Gets the predefined grassland fill pattern. Inherited from Symbol | |
Gets the predefined grid1 fill pattern. Inherited from Symbol | |
Gets the predefined grid2 fill pattern. Inherited from Symbol | |
Height | Gets or sets the cone height in meters. |
Gets the predefined hollow circle symbol. Inherited from Symbol | |
Gets the predefined hollow diamond symbol. Inherited from Symbol | |
Gets the predefined hollow rounded square symbol. Inherited from Symbol | |
Gets the predefined hollow square symbol. Inherited from Symbol | |
Gets the predefined hollow triangle symbol. Inherited from Symbol | |
IsDisposed | Gets a value that tells whether the current ConeSymbol has been disposed. Inherited from EngineObject |
Gets the predefined mangrove fill pattern. Inherited from Symbol | |
Material | Gets or sets the material for a volume symbol. Inherited from VolumeSymbol |
Gets the predefined mixedTree fill pattern. Inherited from Symbol | |
Name | Gets or sets the name of the ConeSymbol. Inherited from ResourceObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current ConeSymbol represents. Inherited from EngineObject |
Gets a predefined north arrow symbol: an arrowhead without an N label. Inherited from Symbol | |
Gets a predefined north arrow symbol: an arrowhead with an N label. Inherited from Symbol | |
Gets the predefined orchard/plantation fill pattern. Inherited from Symbol | |
Gets the predefined pyramid symbol. Inherited from VolumeSymbol | |
Gets the predefined rice fill pattern. Inherited from Symbol | |
Gets the predefined rounded square symbol. Inherited from Symbol | |
Gets the predefined sand fill pattern. Inherited from Symbol | |
Gets the predefined sandAndGravel fill pattern. Inherited from Symbol | |
Gets the predefined scrub/thicket fill pattern. Inherited from Symbol | |
Gets the predefined small dot symbol. Inherited from Symbol | |
Gets the predefined small plus symbol. Inherited from Symbol | |
Gets the predefined solid fill pattern. Inherited from Symbol | |
Gets the predefined sphere symbol. Inherited from VolumeSymbol | |
Gets the predefined square symbol. Inherited from Symbol | |
Gets the predefined star symbol. Inherited from Symbol | |
Gets the predefined stripes1 fill pattern. Inherited from Symbol | |
Gets the predefined stripes10 fill pattern. Inherited from Symbol | |
Gets the predefined stripes11 fill pattern. Inherited from Symbol | |
Gets the predefined stripes12 fill pattern. Inherited from Symbol | |
Gets the predefined stripes2 fill pattern. Inherited from Symbol | |
Gets the predefined stripes3 fill pattern. Inherited from Symbol | |
Gets the predefined stripes4 fill pattern. Inherited from Symbol | |
Gets the predefined stripes5 fill pattern. Inherited from Symbol | |
Gets the predefined stripes6 fill pattern. Inherited from Symbol | |
Gets the predefined stripes7 fill pattern. Inherited from Symbol | |
Gets the predefined stripes8 fill pattern. Inherited from Symbol | |
Gets the predefined stripes9 fill pattern. Inherited from Symbol | |
Gets the predefined swamp fill pattern. Inherited from Symbol | |
Gets the predefined triangle symbol. Inherited from Symbol | |
IUserProperties.UserProperties | Gets the AttributeSet that contains the user properties. Inherited from IUserProperties |
Gets the predefined vineyard/hops fill pattern. Inherited from Symbol | |
Gets the predefined x symbol. Inherited from Symbol |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
Equals | Determines whether this instance is equal to another. Inherited from EngineObject |