Class XmlSliceInfo
Last update: 16.07.2025Namespace: VM.Managed.DAFUL
Assembly: VMDBallPlacing.dll
The class for SliceInfo.
public class XmlSliceInfo
Inheritance
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
XmlSliceInfo()
public XmlSliceInfo()
Properties
MaxAngle
Gets and sets the maximum angle.
public double MaxAngle { get; set; }
Property Value
MaxLength
Gets and sets the maximum length.
public double MaxLength { get; set; }
Property Value
MaxTolerance
Gets and sets the maximum tolerance.
public double MaxTolerance { get; set; }
Property Value
StrMaxAngle
Gets and sets the maximum angle.
public string StrMaxAngle { get; set; }
Property Value
StrMaxLength
Gets and sets the maximum length.
public string StrMaxLength { get; set; }
Property Value
StrMaxTolerance
Gets and sets the maximum tolerance.
public string StrMaxTolerance { get; set; }