PoBevelEdgeradiusFlag Property |
Defines the interpretation of the field radius.
Namespace: OIV.MeshViz.NodesAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFEnum<PoBevelEdgeRadiusFlags> radiusFlag { get; }
Public ReadOnly Property radiusFlag As SoSFEnum(Of PoBevelEdgeRadiusFlags)
Get
public:
property SoSFEnum<PoBevelEdgeRadiusFlags>^ radiusFlag {
SoSFEnum<PoBevelEdgeRadiusFlags>^ get ();
}
member radiusFlag : SoSFEnum<PoBevelEdgeRadiusFlags> with get
Property Value
Type:
SoSFEnumPoBevelEdgeRadiusFlagsRemarks 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.
See Also