Package com.openinventor.meshviz.nodes
Class PoBevelEdge
- All Implemented Interfaces:
SafeDisposable
Node to define the beveled edge values.
This node defines the current values to bevel edges of all subsequent MeshViz representations inhering from
PoChart
. The way in which edges are beveled is defined by a radius to indicate the size of the bevel and by a bevelAngle to indicate the minimum angle between two adjacent face normals required to bevel the edge common to these two faces.
File format/default:
on | true |
radius | 0.05 |
radiusFlag | PERCENTAGE_RADIUS |
bevelAngle | 0.5 |
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.openinventor.inventor.nodes.SoNode
SoNode.RenderModes
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal SoSFFloat
Indicates the minimum angle (in radians) between two adjacent face normals required to bevel the edge common to these two faces.final SoSFBool
Activate/Desactivate bevel attributes.final SoSFFloat
Indicates the radius of the bevel.final SoSFEnum
<PoBevelEdge.RadiusFlags> Defines the interpretation of the field radius.Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.openinventor.meshviz.nodes.PoNode
callback, doAction, getBoundingBox, getMatrix, getPrimitiveCount, GLRender, handleEvent, pick, search, write
Methods inherited from class com.openinventor.inventor.nodes.SoNode
affectsState, copy, copy, distribute, getAlternateRep, getByName, getRenderEngineMode, getRenderUnitID, GLRenderBelowPath, GLRenderInPath, GLRenderOffPath, grabEventsCleanup, grabEventsSetup, isBoundingBoxIgnoring, isOverride, rayPick, setOverride, touch
Methods inherited from class com.openinventor.inventor.fields.SoFieldContainer
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
Methods inherited from class com.openinventor.inventor.misc.SoBase
dispose, getName, isDisposable, isSynchronizable, setName, setSynchronizable
Methods inherited from class com.openinventor.inventor.Inventor
getNativeResourceHandle
-
Field Details
-
on
Activate/Desactivate bevel attributes. -
radius
Indicates the radius of the bevel. -
radiusFlag
Defines the interpretation of the field radius. If radiusFlag == ABSOLUTE_RADIUS, the radius value is absolute. If radiusFlag == PERCENTAGE_RADIUS, the field radius is a percentage (0. <= radius <= 1.), the real radius corresponding is max * radius, where max is the maximun length of all the edges of the current shape to be beveled. -
bevelAngle
Indicates the minimum angle (in radians) between two adjacent face normals required to bevel the edge common to these two faces.
-
-
Constructor Details
-
PoBevelEdge
public PoBevelEdge()Constructor.
-