Class VariantSets.VariantSet
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: PiXYZ.Import
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class VariantSet : VariantSets.VariantStructure
Constructors
VariantSet(String)
Declaration
public VariantSet(string n)
Parameters
Type | Name | Description |
---|---|---|
System.String | n |
Fields
materialSets
Declaration
public List<VariantSets.MaterialSet> materialSets
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<VariantSets.MaterialSet> |
transformSets
Declaration
public List<VariantSets.TransformSet> transformSets
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<VariantSets.TransformSet> |
Methods
select()
Declaration
public void select()