Class ChamferInfoEdge
Last update: 16.07.2025Namespace: VM.CAD.Builders
Assembly: VM.CAD.Builders.dll
Champer information of specific edge for the extrude geometry
public class ChamferInfoEdge : ChamferInfo
Inheritance
object ← ChamferInfo ← ChamferInfoEdge
Inherited Members
ChamferInfo.Radius, ChamferInfo.LeftRange, ChamferInfo.RightRange
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
ChamferInfoEdge()
public ChamferInfoEdge()
Properties
Point
Point of the champer
public Vector Point { get; set; }
Property Value
Vector
Vector
Vector of the champer
public Vector Vector { get; set; }
Property Value
Vector