コード例 #1
0
ファイル: Type_Orientation.cs プロジェクト: paladin74/Dapple
 public RotationZEnumerator(Type_Orientation par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #2
0
ファイル: Type_ModelFeature.cs プロジェクト: paladin74/Dapple
 public XmlNode AddOrientation(Type_Orientation newValue)
 {
     return AppendDomElement("", "Orientation", newValue);
 }
コード例 #3
0
ファイル: Type_ModelFeature.cs プロジェクト: paladin74/Dapple
 public void InsertOrientationAt(Type_Orientation newValue, int index)
 {
     InsertDomElementAt("", "Orientation", index, newValue);
 }
コード例 #4
0
ファイル: Type_ModelFeature.cs プロジェクト: paladin74/Dapple
 public void ReplaceOrientationAt(Type_Orientation newValue, int index)
 {
     ReplaceDomElementAt("", "Orientation", index, newValue);
 }
コード例 #5
0
ファイル: Type_Orientation.cs プロジェクト: paladin74/Dapple
 public RotationZEnumerator(Type_Orientation par)
 {
     parent = par;
     nIndex = -1;
 }