public abstract class SoBaseExtrusion extends SoShape
All extrusion-based shapes are created by extruding a 2D shape along a 3D spine
. The user can determine which caps are created using the fields beginCap
and endCap
.
The scaleMode
field is used to select the points that will be scaled by the scaleFactor in the current transformation (for example SoTransform
), if any. Translation and rotation are applied in all cases.
The extrusionMode
field is used to select the extrusion algorithm.
File format/default:
This is an abstract class. See the reference page of a derived class for the format and default values.
See also:
Modifier and Type | Class and Description |
---|---|
static class |
SoBaseExtrusion.ExtrusionModes |
static class |
SoBaseExtrusion.ScaleModes |
SoShape.ShapeTypes
SoNode.RenderModes
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFBool |
beginCap
If true, begin planar cap surfaces generated.
|
SoSFBool |
endCap
If true, end planar cap surfaces generated.
|
SoSFEnum<SoBaseExtrusion.ExtrusionModes> |
extrusionMode
Construction behavior of the extrusion.
|
SoSFEnum<SoBaseExtrusion.ScaleModes> |
scaleMode
Scaling behavior of the extrusion.
|
SoMFVec3f |
spine
Spine points.
|
boundingBoxIgnoring
VERBOSE_LEVEL, ZeroHandle
getShapeType, isPrimitiveRestartAvailable, isPrimitiveRestartAvailable
affectsState, callback, copy, copy, distribute, doAction, getAlternateRep, getBoundingBox, getByName, getMatrix, getPrimitiveCount, getRenderEngineMode, 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, getName, isDisposable, isSynchronizable, setName, setSynchronizable
getNativeResourceHandle
public final SoSFBool beginCap
public final SoSFBool endCap
public final SoMFVec3f spine
public final SoSFEnum<SoBaseExtrusion.ScaleModes> scaleMode
public final SoSFEnum<SoBaseExtrusion.ExtrusionModes> extrusionMode
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com