Go to: Attributes.

Node nameParentsClassificationMFn typeCompatible function sets
bevelPlusabstractBaseCreatedeformerkBevelPluskBase
kNamedObject
kDependencyNode
kCreate
kBevelPlus

Attributes (32)

bevelInside, capSides, count, depth, endCapSurface, extrudeDepth, innerStyleCurve, inputCurves, joinSurfaces, normalsOutwards, numberOfSides, orderedCurves, outerStyleCurve, outputPoly, outputSurfaces, polyOutChordHeight, polyOutChordHeightRatio, polyOutCount, polyOutCurveSamples, polyOutCurveType, polyOutExtrusionSamples, polyOutExtrusionType, polyOutMethod, polyOutUseChordHeight, polyOutUseChordHeightRatio, position, positionX, positionY, positionZ, startCapSurface, tolerance, width

Long name (short name)TypeDefaultFlags
inputCurves (ics) nurbsCurveNULLarrayoutputinputconnectable
The input curves. The first one is the outer curve and should contain all the other curves within it.
outerStyleCurve (osc) nurbsCurveNULLoutputinputconnectable
The bevel outer style curve, used for the first (outer) curve.
innerStyleCurve (isc) nurbsCurveNULLoutputinputconnectable
The bevel inner style curve, used for all but the first (outer) curve.
outputPoly (op) meshNULLoutputconnectable
Output as a single polygon of all the bevel surfaces and caps.
startCapSurface (scs) nurbsSurfaceNULLoutputconnectable
Start cap surface. This will always be a trimmed NURBS surface.
endCapSurface (ecs) nurbsSurfaceNULLoutputconnectable
End cap surface. This will always be a trimmed NURBS surface.
outputSurfaces (os1) nurbsSurfaceNULLarrayoutputconnectable
Output NURBS surfaces - the bevel surfaces (one per each input curve).
bevelInside (bin) boolfalseoutputinputconnectablestorablekeyable
If true, ensure surface always remains within the original profile curve
count (c) integer0arrayoutputinputconnectable
The number of curves for each created text character. There is an entry for each character in the string, and the value should be the number of curves in that character. NOTE: This attribute is intended for use only by the makeTextCurves node
position (p) double3arrayoutputinputconnectable
Offsets for each character of the created text string. The value is specified in the current distance units. NOTE: This attribute is intended for use only by the makeTextCurves node
positionX (px) distance (double)0.0cmoutputinputconnectable
Offsets for each character in X.
positionY (py) distance (double)0.0cmoutputinputconnectable
Offsets for each character in Y.
positionZ (pz) distance (double)0.0cmoutputinputconnectable
Offsets for each character in Z.
tolerance (tol) distance (double)0.01cmoutputinputconnectablestorable
The tolerance for creating NURBS caps.
width (w) distance (double)0.1cmoutputinputconnectablestorablekeyable
The width for the bevel.
depth (d) distance (double)0.1cmoutputinputconnectablestorablekeyable
The depth for the bevel.
extrudeDepth (ed) distance (double)0.25cmoutputinputconnectablestorablekeyable
The extrude distance (depth) for bevel.
numberOfSides (ns) integer4outputinputconnectablestorablekeyablehidden
Number of sides to bevel: 1 - no bevel just extrude, 2 - bevel start and extrude, 3 - bevel end and extrude, 4 - bevel start and end and extrude
capSides (cap) integer1outputinputconnectablestorablehidden
Number of sides to cap: 1 - none, 2 - At start, 3 - At end, 4 - At start and end
joinSurfaces (js) booltrueoutputinputconnectablestorablehidden
If true, join all the bevel surfaces into one, if false leave separate Only applies to NURBS surfaces. Does not join the caps to the sides.
orderedCurves (oc) boolfalseoutputinputconnectablestorablehidden
If true, the orientation of the curves defines their nesting, and the first curve on each letter is the outer curve. If false the ordering of curves in a letter is undetermined. In the latter case the node will try to determine the nesting of the curves itself.
normalsOutwards (no) boolfalseoutputinputconnectablestorablehidden
If true, surface normals point outwards Default is false for compatability with pre-7.0 files that had inward-facing normals
polyOutMethod (pom) enum0outputinputconnectablestorable
Method for the polygonal output: 0 - Face Count, 2 - Sampling
polyOutCount (poc) integer200outputinputconnectablestorable
The number of polygons to produce when the polygon is requested. Only used if method is face count.
polyOutExtrusionType (pet) enum1outputinputconnectablestorable
Initial type tessellation criteria along the extrude direction. Type 2 - Complete Extrusion. This type places a specific number of lines across the surface, equally spaced in parameter space. Type 3 - Extrusion Section. This type places a specific number of lines across each surface span, equally spaced in parameter space. This attribute is only used if Method is Sampling.
polyOutExtrusionSamples (pes) integer2outputinputconnectablestorable
Initial number of samples along the extrusion. Only used if Method is Sampling.
polyOutCurveType (pct) enum1outputinputconnectablestorable
Initial V type tessellation criteria along the curve. Type 2 - Complete Curve. This type places a specific number of sample points along the curve, equally spaced in parameter space. Type 3 - Curve Span. This type places a specific number of sample points across each curve span, equally spaced in parameter space. Only used if Method is Sampling.
polyOutCurveSamples (pcs) integer6outputinputconnectablestorable
Initial number of samples in the curve direction. Only used if Method is Sampling.
polyOutUseChordHeight (uch) boolfalseoutputinputconnectablestorable
True means use chord height. This is a secondary criteria that refines the tessellation produced using the sampling value. Only used if Method is Sampling.
polyOutChordHeight (cht) distance (double)0.1cmoutputinputconnectablestorable
Chord height is the absolute distance in object space which the center of a polygon edge can deviate from the actual center of the surface span. Only used if Method is Sampling and if polyOutseChordHeight is true.
polyOutUseChordHeightRatio (ucr) booltrueoutputinputconnectablestorable
True means use chord height ratio. This is a secondary criteria that refines the tessellation produced using the sampling value. Only used if Method is Sampling.
polyOutChordHeightRatio (chr) double0.1outputinputconnectablestorable
Chord height ratio is the ratio of the chord length of a surface span to the chord height. (This is a length to height ratio). 0 is a very loose fit. 1 is a very tight fit. This applies to the polygonal output type only. (See also description of chord height.) Used if Method is Sampling and polyOutUseChordHeightRatio is true.