Rinchi-CIGIPP
view release on metacpan or search on metacpan
lib/Rinchi/CIGIPP/CollisionDetectionSegmentDefinition.pm view on Meta::CPAN
X1.
This attribute specifies the X offset of one endpoint of the collision segment.
This offset is measured with respect to the coordinate system of the entity
specified by the Entity ID attribute. The X offset of the other endpoint is
defined by the X2 attribute.
=cut
sub x1() {
my ($self,$nv) = @_;
if (defined($nv)) {
$self->{'x1'} = $nv;
}
return $self->{'x1'};
}
#==============================================================================
=item sub y1([$newValue])
lib/Rinchi/CIGIPP/CollisionDetectionSegmentDefinition.pm view on Meta::CPAN
Y1.
This attribute specifies the Y offset of one endpoint of the collision segment.
This offset is measured with respect to the coordinate system of the entity
specified by the Entity ID attribute. The Y offset of the other endpoint is
defined by the Y2 attribute.
=cut
sub y1() {
my ($self,$nv) = @_;
if (defined($nv)) {
$self->{'y1'} = $nv;
}
return $self->{'y1'};
}
#==============================================================================
=item sub z1([$newValue])
lib/Rinchi/CIGIPP/CollisionDetectionSegmentDefinition.pm view on Meta::CPAN
Z1.
This attribute specifies the Z offset of one endpoint of the collision segment.
This offset is measured with respect to the coordinate system of the entity
specified by the Entity ID attribute. The Z offset of the other endpoint is
defined by the Z2 attribute.
=cut
sub z1() {
my ($self,$nv) = @_;
if (defined($nv)) {
$self->{'z1'} = $nv;
}
return $self->{'z1'};
}
#==============================================================================
=item sub x2([$newValue])
lib/Rinchi/CIGIPP/CollisionDetectionSegmentDefinition.pm view on Meta::CPAN
X2.
This attribute specifies the X offset of one endpoint of the collision segment.
This offset is measured with respect to the coordinate system of the entity
specified by the Entity ID attribute. The X offset of the other endpoint is
defined by the X1 attribute.
=cut
sub x2() {
my ($self,$nv) = @_;
if (defined($nv)) {
$self->{'x2'} = $nv;
}
return $self->{'x2'};
}
#==============================================================================
=item sub y2([$newValue])
lib/Rinchi/CIGIPP/CollisionDetectionSegmentDefinition.pm view on Meta::CPAN
Y2.
This attribute specifies the Y offset of one endpoint of the collision segment.
This offset is measured with respect to the coordinate system of the entity
specified by the Entity ID attribute. The Y offset of the other endpoint is
defined by the Y1 attribute.
=cut
sub y2() {
my ($self,$nv) = @_;
if (defined($nv)) {
$self->{'y2'} = $nv;
}
return $self->{'y2'};
}
#==============================================================================
=item sub z2([$newValue])
lib/Rinchi/CIGIPP/CollisionDetectionSegmentDefinition.pm view on Meta::CPAN
Z2.
This attribute specifies theZ offset of one endpoint of the collision segment.
This offset is measured with respect to the coordinate system of the entity
specified by the Entity ID attribute. The Z offset of the other endpoint is
defined by the Z1 attribute.
=cut
sub z2() {
my ($self,$nv) = @_;
if (defined($nv)) {
$self->{'z2'} = $nv;
}
return $self->{'z2'};
}
#==============================================================================
=item sub material_mask([$newValue])
( run in 2.585 seconds using v1.01-cache-2.11-cpan-b16cb0d3907 )