📄 technique_commontype7.java
字号:
return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "mass_frame", value);
}
public void insertmass_frameAt(mass_frameType2 value, int index) {
insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "mass_frame", index, value);
}
public void replacemass_frameAt(mass_frameType2 value, int index) {
replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "mass_frame", index, value);
}
public static int getinertiaMinCount() {
return 0;
}
public static int getinertiaMaxCount() {
return 1;
}
public int getinertiaCount() {
return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "inertia");
}
public boolean hasinertia() {
return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "inertia");
}
public TargetableFloat3 newinertia() {
return new TargetableFloat3(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "inertia"));
}
public TargetableFloat3 getinertiaAt(int index) throws Exception {
return new TargetableFloat3(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "inertia", index));
}
public org.w3c.dom.Node getStartinginertiaCursor() throws Exception {
return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "inertia" );
}
public org.w3c.dom.Node getAdvancedinertiaCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "inertia", curNode );
}
public TargetableFloat3 getinertiaValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new TargetableFloat3(curNode);
}
public TargetableFloat3 getinertia() throws Exception
{
return getinertiaAt(0);
}
public void removeinertiaAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "inertia", index);
}
public void removeinertia() {
removeinertiaAt(0);
}
public org.w3c.dom.Node addinertia(TargetableFloat3 value) {
return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "inertia", value);
}
public void insertinertiaAt(TargetableFloat3 value, int index) {
insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "inertia", index, value);
}
public void replaceinertiaAt(TargetableFloat3 value, int index) {
replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "inertia", index, value);
}
public static int getinstance_physics_materialMinCount() {
return 1;
}
public static int getinstance_physics_materialMaxCount() {
return 1;
}
public int getinstance_physics_materialCount() {
return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "instance_physics_material");
}
public boolean hasinstance_physics_material() {
return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "instance_physics_material");
}
public InstanceWithExtra newinstance_physics_material() {
return new InstanceWithExtra(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "instance_physics_material"));
}
public InstanceWithExtra getinstance_physics_materialAt(int index) throws Exception {
return new InstanceWithExtra(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "instance_physics_material", index));
}
public org.w3c.dom.Node getStartinginstance_physics_materialCursor() throws Exception {
return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "instance_physics_material" );
}
public org.w3c.dom.Node getAdvancedinstance_physics_materialCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "instance_physics_material", curNode );
}
public InstanceWithExtra getinstance_physics_materialValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new InstanceWithExtra(curNode);
}
public InstanceWithExtra getinstance_physics_material() throws Exception
{
return getinstance_physics_materialAt(0);
}
public void removeinstance_physics_materialAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "instance_physics_material", index);
}
public void removeinstance_physics_material() {
removeinstance_physics_materialAt(0);
}
public org.w3c.dom.Node addinstance_physics_material(InstanceWithExtra value) {
return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "instance_physics_material", value);
}
public void insertinstance_physics_materialAt(InstanceWithExtra value, int index) {
insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "instance_physics_material", index, value);
}
public void replaceinstance_physics_materialAt(InstanceWithExtra value, int index) {
replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "instance_physics_material", index, value);
}
public static int getphysics_materialMinCount() {
return 1;
}
public static int getphysics_materialMaxCount() {
return 1;
}
public int getphysics_materialCount() {
return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "physics_material");
}
public boolean hasphysics_material() {
return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "physics_material");
}
public physics_materialType newphysics_material() {
return new physics_materialType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "physics_material"));
}
public physics_materialType getphysics_materialAt(int index) throws Exception {
return new physics_materialType(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "physics_material", index));
}
public org.w3c.dom.Node getStartingphysics_materialCursor() throws Exception {
return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "physics_material" );
}
public org.w3c.dom.Node getAdvancedphysics_materialCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "physics_material", curNode );
}
public physics_materialType getphysics_materialValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new physics_materialType(curNode);
}
public physics_materialType getphysics_material() throws Exception
{
return getphysics_materialAt(0);
}
public void removephysics_materialAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "physics_material", index);
}
public void removephysics_material() {
removephysics_materialAt(0);
}
public org.w3c.dom.Node addphysics_material(physics_materialType value) {
return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "physics_material", value);
}
public void insertphysics_materialAt(physics_materialType value, int index) {
insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "physics_material", index, value);
}
public void replacephysics_materialAt(physics_materialType value, int index) {
replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "physics_material", index, value);
}
public static int getshapeMinCount() {
return 1;
}
public static int getshapeMaxCount() {
return Integer.MAX_VALUE;
}
public int getshapeCount() {
return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "shape");
}
public boolean hasshape() {
return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "shape");
}
public shapeType2 newshape() {
return new shapeType2(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "shape"));
}
public shapeType2 getshapeAt(int index) throws Exception {
return new shapeType2(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "shape", index));
}
public org.w3c.dom.Node getStartingshapeCursor() throws Exception {
return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "shape" );
}
public org.w3c.dom.Node getAdvancedshapeCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "shape", curNode );
}
public shapeType2 getshapeValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new shapeType2(curNode);
}
public shapeType2 getshape() throws Exception
{
return getshapeAt(0);
}
public void removeshapeAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "shape", index);
}
public void removeshape() {
while (hasshape())
removeshapeAt(0);
}
public org.w3c.dom.Node addshape(shapeType2 value) {
return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "shape", value);
}
public void insertshapeAt(shapeType2 value, int index) {
insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "shape", index, value);
}
public void replaceshapeAt(shapeType2 value, int index) {
replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "shape", index, value);
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -