public class SoVRMLArcClose2D extends SoVRMLGeometry
<font color="#0000FF">NOTE:</font> This class does not exist in Open Inventor 10.0 and later.
This section describes the expected behavior of the node in a conforming X3D browser application. In some cases, the application is responsible for implementing portions of the expected behavior. Open Inventor viewer classes and IVF classes implement some of the application behaviors.
This section may reference portions of the X3D specification that are not present in this help file. The complete X3D spec is available at
The SoVRMLArcClosed2D node specifies a portion of a circle whose center is at (0,0) and whose angles are measured starting at the positive x-axis and sweeping towards the positive y-axis. The end points of the arc specified are connected as defined by the closureType
field. The radius
field specifies the radius of the circle of which the arc is a portion. The arc extends from the startAngle
counterclockwise to the endAngle
. The value of radius
must be greater than zero. The values of startAngle
and endAngle
must be in the range (0,2*pi). If startAngle
and endAngle
have the same value, a circle is specified and closureType
is ignored.
A closureType
of "PIE" connects the end point to the start point by defining two straight line segments first from the end point to the center and then the center to the start point. This forms a pie wedge as shown below.
A closureType of "CHORD" connects the end point to the start point by defining a straight line segment from the end point to the start point. This forms an arc segment as shown below.
Textures are applied individually to each face of the SoVRMLArcClosed2D. On the front (+Z) and back (-Z) faces of the SoVRMLArcClosed2D, when viewed from the +Z axis, the texture is mapped onto each face with the same orientation as if the were displayed normally in 2D. TextureTransform affects the texture coordinates of the SoVRMLArcClosed2D node.
File format/default:
VRMLArcClosed2D {
closureType | "PIE" |
endAngle | 1.5708 |
radius | 1 |
startAngle | 0 |
solid | false |
metadata | NULL |
Action behavior:
SoGLRenderAction
, SoRayPickAction
, SoGetBoundingBoxAction
, SoCallbackAction
SoSFNode | set_metadata |
SoSFNode | metadata_changed |
SoShape.ShapeTypes
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFString |
closureType
Deprecated.
Specifies the closure type of the arc.
|
SoSFFloat |
endAngle
Deprecated.
Specifies the end angle of the arc.
|
SoSFFloat |
radius
Deprecated.
Specifies the radius of the arc.
|
SoSFBool |
solid
Deprecated.
If true, only the front face of the shape is displayed.
|
SoSFFloat |
startAngle
Deprecated.
Specifies the start angle of the arc.
|
metadata
boundingBoxIgnoring, LINES, POINTS, POLYGONS, TEXT
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoVRMLArcClose2D()
Deprecated.
Constructor.
|
getShapeType, isPrimitiveRestartAvailable, isPrimitiveRestartAvailable
affectsState, callback, copy, copy, distribute, doAction, getAlternateRep, getBoundingBox, getByName, getMatrix, getPrimitiveCount, getRenderUnitID, GLRender, GLRenderBelowPath, GLRenderInPath, GLRenderOffPath, grabEventsCleanup, grabEventsSetup, handleEvent, isBoundingBoxIgnoring, isOverride, pick, rayPick, search, setOverride, touch, write
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
dispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizable
getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
public final SoSFString closureType
public final SoSFFloat endAngle
public final SoSFFloat radius
public final SoSFFloat startAngle
public final SoSFBool solid
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com