Class BendFeature
Represents a bend feature.
Inherited Members
Namespace: TopSolid.Cad.Design.Automating
Assembly: TopSolid.Cad.Design.Automating.dll
Syntax
[DataContract]
public class BendFeature
Constructors
BendFeature()
Initializes a new instance of the BendFeature class.
Declaration
public BendFeature()
BendFeature(Real, Real, Real)
Initializes a new instance of the BendFeature class.
Declaration
public BendFeature(Real inRadius, Real inAngle, Real inLength)
Parameters
| Type | Name | Description |
|---|---|---|
| Real | inRadius | |
| Real | inAngle | |
| Real | inLength |
Properties
Angle
Gets the bend angle.
Declaration
public Real Angle { get; }
Property Value
| Type | Description |
|---|---|
| Real |
Length
Gets the bend length.
Declaration
public Real Length { get; }
Property Value
| Type | Description |
|---|---|
| Real |
Radius
Gets the bend radius.
Declaration
public Real Radius { get; }
Property Value
| Type | Description |
|---|---|
| Real |