Internal: Component constructor
type of the component. Ex. "TransformComponent"
Owning entity. Entity only passed when wrapping existing entity.
Enable/disable display of log.
Axis determining direction of 3D log (=1,0,0).
Colormap entity to map Dataset values to colors.
Dataset entity with log depths and values.
Fill area between log curve and extrusion.
Mark outline of curve.
Wellbore entity owning.
End position (depth) of highlighting.
Start position (depth) of highlighting.
Optional Highlighting entity.
Internal flag set if component is a Cogs Core component.
Rotate axis of 3D log when camera moves (=true). Axis = (0,1,0) is facing camera. For a horizontal well disable rotateAxisToCamera. A good axis is perpendicular to direction of horizontal part of well.
Scaling of value axis (=1).
Gets the optional owning entity
Component name == type. For compatibility
Gets the type of the component. Ex. "TransformComponent", "SceneComponent" etc.
Static
createInternal: Creates a new component of the given type (name). Component is wrapped when adding to an entity.
Type of the component. Ex. "TransformComponent"
Created Cogs.js component.
Static
wrap
Component displaying a 3D log on a trajectory. Typical usage a Well Log on Well Trajectory.