Class BuilderParamTorus
Last update: 16.07.2025Namespace: VM.CAD.Builders
Assembly: VM.CAD.Builders.dll
public class BuilderParamTorus : BuilderParamColorGeom
Inheritance
object ← BuilderParamBase ← BuilderParamColorGeom ← BuilderParamTorus
Inherited Members
BuilderParamColorGeom.Color, BuilderParamBase.ToXmlString(), BuilderParamBase.FinalizeParameter(), BuilderParamBase.SetTypeName(), BuilderParamBase.Key, BuilderParamBase.TypeName, BuilderParamBase.Transparency
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
BuilderParamTorus()
public BuilderParamTorus()
Properties
CenterPosition
public Vector CenterPosition { get; set; }
Property Value
Vector
RadiusMajor
public double RadiusMajor { get; set; }
Property Value
RadiusMinor
public double RadiusMinor { get; set; }
Property Value
UpDirection
public Vector UpDirection { get; set; }
Property Value
Vector