Class BendFeature
Represents a bend feature.
Inheritance
System.Object
BendFeature
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |