public class PoBevelEdge extends PoNode
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 |
| Modifier and Type | Class and Description |
|---|---|
static class |
PoBevelEdge.RadiusFlags
Radius Type.
|
Inventor.ConstructorCommand| Modifier and Type | Field and Description |
|---|---|
static int |
ABSOLUTE_RADIUS
Deprecated.
Use
PoBevelEdge.RadiusFlags.ABSOLUTE_RADIUS instead. |
SoSFFloat |
bevelAngle
Indicates the minimum angle (in radians) between two adjacent face normals required to bevel the edge common to these two faces.
|
SoSFBool |
on
Activate/Desactivate bevel attributes.
|
static int |
PERCENTAGE_RADIUS
Deprecated.
Use
PoBevelEdge.RadiusFlags.PERCENTAGE_RADIUS instead. |
SoSFFloat |
radius
Indicates the radius of the bevel.
|
SoSFEnum<PoBevelEdge.RadiusFlags> |
radiusFlag
Defines the interpretation of the field radius.
|
VERBOSE_LEVEL, ZeroHandle| Constructor and Description |
|---|
PoBevelEdge()
Constructor.
|
callback, doAction, getBoundingBox, getMatrix, getPrimitiveCount, GLRender, handleEvent, pick, search, writeaffectsState, copy, copy, distribute, getAlternateRep, getByName, getRenderUnitID, GLRenderBelowPath, GLRenderInPath, GLRenderOffPath, grabEventsCleanup, grabEventsSetup, isBoundingBoxIgnoring, isOverride, rayPick, setOverride, touchcopyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaultsdispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizablegetAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads@Deprecated public static final int ABSOLUTE_RADIUS
PoBevelEdge.RadiusFlags.ABSOLUTE_RADIUS instead.@Deprecated public static final int PERCENTAGE_RADIUS
PoBevelEdge.RadiusFlags.PERCENTAGE_RADIUS instead.public final SoSFBool on
public final SoSFFloat radius
public final SoSFEnum<PoBevelEdge.RadiusFlags> radiusFlag
public final SoSFFloat bevelAngle
Generated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com