Class MutableFillet
Inheritance
System.Object
MutableFillet
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class MutableFillet : MutableCommon, IEquatable<APIBase>
Properties
Height
Declaration
public override double Height { get; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
Offset
Declaration
public override double Offset { get; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
Radius
Declaration
public override double Radius { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
Implements
System.IEquatable<T>
Extension Methods